Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Netscape/PHP problem


sugarkane - 12:21 am on Oct 20, 2001 (gmt 0)


>>print("<td><a href=\"select.php?article=$id\" class=\"article\">$title</a></td>\n");<<

Hmmm, the only thing I can think of is that $id is confusing PHP somehow -- maybe try:

$id=urlencode($id);

...before passing $id to select.php


Thread source:: http://www.webmasterworld.com/php/325.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com