[PHP] help a newbie out...

2002-02-23 Thread Michael Zornek

I'm getting a parse error with the following on line 9

http://www.applestudentdevelopers.org/testbed/ASD_PrintEmailLink.phps

any clue?

~ Mike
-- 
Mike Zornek | Project Leader
Apple Student Developers
The Insanely Great Site with the Insanely Long URL
http://www.applestudentdevelopers.org

Personal Site: 
http://www.mikezornek.com


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




Re: [PHP] help a newbie out...

2002-02-23 Thread Bogdan Stancescu

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




Re: [PHP] help a newbie out... FIXED

2002-02-23 Thread Michael Zornek

Twas 2/23/02 11:27 PM, when Michael Zornek [EMAIL PROTECTED]
said:

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

Fixed, I figured it out.. I forgot to replace a bunch of vars with the new
names... ugh (so newbie :-)

If you are interested in small little function to help you write less
spamable mailto anchors checkout:

http://www.applestudentdevelopers.org/testbed/ASD_PrintEmailLink.php
http://www.applestudentdevelopers.org/testbed/ASD_PrintEmailLink.phps

~ Mike
-- 
Mike Zornek | Project Leader
Apple Student Developers
The Insanely Great Site with the Insanely Long URL
http://www.applestudentdevelopers.org

Personal Site: 
http://www.mikezornek.com


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