| Posted by noSpAm0000 on 05/21/05 02:29 
I'm trying to take email addresses from a MySQL database and then placethem on a page, hiding the email addresses from spam harvesting software
 using JavaScript.
 
 I'm a beginner at PHP -- is there a way I can take the email addresses out
 of the database and split each of them into 3 variables that I can
 reassemble on the page with JavaScript? I have about 10 email addresses
 per page.
 
 Thanks.
 [Back to original message] |