Posted by gallasr on 04/08/07 14:28
Hello,
>From time to time I maintain simple page in PHP for my friend. After
three years I made upgrade to newest PHP on my local PC and links
stopped to work.
This is the only site I use PHP so I`m just casual user of this
language.
Worked before, not working now.
http://someUrl/index.php?content=kurzy
Whole navigation is made by different value of variable content.
Variable is not posted from form. It is just link.
<a href="index.php?content=kurzy">Kurzy</a>
print $content; prints nothing, so it seems that variable is not
initialized. Why? What have changed between versions 4 and 5 of PHP.
Thanks in advance.
Robert
[Back to original message]
|