Michael Zornek wrote:

>I'm getting a parse error with the following on line 9
>
>http://www.applestudentdevelopers.org/testbed/ASD_PrintEmailLink.phps
>
>any clue?
>
>~ Mike
>

|$full_anchor_tag  = "<a href=\"mailto\:" ;|

should be

|$full_anchor_tag  = "<a href=\"mailto:\"; ;|


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to