[PHP] replacing characters in a string

2004-10-14 Thread Mark Hubert
This should be simple but having never have done it before and at deadline...help please. Need to change: [EMAIL PROTECTED] to; user=domain Thank you! Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ezmlm-sub or alternative

2004-10-13 Thread Mark Hubert
Thanks so much for the insight which is a much simpler way. I successfully set up a test page (a form) that takes email to, from, subject and body and sends it. ?php $emailto=$_GET['emailto']; $emailfrom=$_GET['emailfrom']; $emailsub=$_GET['emailsub']; $emailbody=$_GET['emailbody']; $headers =

[PHP] ezmlm-sub or alternative

2004-10-11 Thread Mark Hubert
I'm writing a little script (my 3rd) that takes name (first, last) and email address and writes it to txt file and submits the email address to an EZMLM list server. All is well but I'm not sure where to go for the submission. The command line - ezmlm-sub works (from the shell)... if the user