[PHP] PHP SMTP Mailers

2010-03-20 Thread King Coffee
oject. Can any body please help me choose one and probably give a code snip of useage? Currently, I'm leaning forward the PHPMailer, with little to base the decision on. Thanks in advanced, King Coffee -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP] PHP SMTP Mailers

2010-03-21 Thread King Coffee
Thanks Jan G. B., You got me over the first hump. I'm having programs installing pear on my VISTA localhost... So, I uploaded the Mail folder and Mail.php file to my Shared Hosting ISP. I do not think pear is provided. The Testing is as follows: "; $to = "Bill "; $subject = "PHP Mail Test"; $bo

Re: [PHP] PHP SMTP Mailers

2010-03-22 Thread King Coffee
Thanks, I try it and had not problems! King -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] I'm a newbie and running php on Linux

2010-03-31 Thread King Coffee
Hi, I ran the following code snippet on Windows IIS 7, in my index.php file and it worked fine. But when run it on Linux, the "die" code is executed. Is there an include file or something else I need to to process this on a linux server? Redirecting... Please Wait'; /* redirect('wel

Re: [PHP] I'm a newbie and running php on Linux

2010-03-31 Thread King Coffee
in message news:r2j99f1636c1003310941xdc809603l774b40457870b...@mail.gmail.com... Check your php.ini , look for output_buffering 2010/3/31 King Coffee : Hi, I ran the following code snippet on Windows IIS 7, in my index.php file and it worked fine. But when run it on Linux, the "die" code is executed. Is there an include fi

Re: [PHP] I'm a newbie and running php on Linux

2010-03-31 Thread King Coffee
Thanks you Nathan. That worked. Sincerely, King "Nathan Rixham" wrote in message news:4bb37e7e.5040...@gmail.com... Ashley Sheridan wrote: On Wed, 2010-03-31 at 11:32 -0500, King Coffee wrote: Hi, I ran the following code snippet on Windows IIS 7, in my index.php file and it w