Posted by Leszek on 01/03/06 13:34
> So, what web server are you using to serve up the pages?
> I am suspicious about the './' prefix. Why is it there?
> Also, I think you need to adjust the line to read:
>
> <A HREF="szczegoly.php?nazwah=<?php echo
> $nazwa_hotelu;?>">$nazwa_hotelu</A>
>
> -david-
Whole line looks like this:
echo "<b><tr><td align=\"left\"><b><A
HREF=\"http://localhost/boin/Robocza/szczegoly.php?nazwah=$nazwa_hotelu\">$nazwa_hotelu</A></b></td>";
but still
echo {$_GET['nazwah']};
shows nothing
[Back to original message]
|