At 11:25 20/01/01 -0700, Mike Yuen wrote:
>I realize my slashes are most likely in the wrong spot and i'm new to this
>PHP stuff so a little help would be appreciated.  I get a parse error
>
>print "<a href=/"showpictures.php?id=<PID>/">Click Here</a>";

You've got the wrong type of slashes - use backslashes within the string - 
e.g. print ("<a href=\"showpicturesblahlbah\">etc");


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to