In an earlier message, Derick Rethans [mailto:[EMAIL PROTECTED]] said ...
> Yes it is. Actually, you should specify the URL with the > & yourself, like this: > <a HREF="show_pic.php?pic=blah&caption=Some+Text"> > otherwise it is not valid HTML. I understand that using '&' is technically not correct HTML. But I don't see how changing the '&' -> '&' solves my problem. But just to be sure I tried it. Sure enough, this caused the error to occur. I'm missing something here. If you use '&' to separate arguments on the query string, how do they get separated out for access via $_GET? > -- -- JR -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php