Re: [nyphp-talk] Emailing from a PHP script

2007-09-14 Thread Jason Sia
Based on experience, a lot of ISPs are blocking external access to their SMTPs. However, you could also try using your ISPs SMTP - Original Message From: Ajai Khattri <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Saturday, September 15, 2007 1:57:14 AM Subject: Re: [nyphp-talk] Emailing fro

Re: [nyphp-talk] Emailing from a PHP script

2007-09-14 Thread Ajai Khattri
On Fri, 14 Sep 2007, PaulCheung wrote: > Thanks for the solution. I've tried it and it did not work for me > changed php.ini to reflect change rebooted my system. Don't really understand > why it is necessary to download QK SMTP > Has all my problems been something to do with XAMPP under windows

Re: [nyphp-talk] Emailing from a PHP script

2007-09-14 Thread Jon Baer
What does the register_globals and safe_mode settings your .ini file say? - Jon On Sep 14, 2007, at 11:34 AM, PaulCheung wrote: Thanks for the solution. I've tried it and it did not work for me changed php.ini to reflect change rebooted my system. Don't really understand why it is necessar

Re: [nyphp-talk] Emailing from a PHP script

2007-09-14 Thread Jason Sia
In order to send a mail you need SMTP QK SMTP acts as your SMTP server I use it for with WAMP instead of XAMPP. - Original Message From: PaulCheung <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Friday, September 14, 2007 11:34:56 PM Subject: Re: [nyphp-talk] Emailing from a PHP script D

Re: [nyphp-talk] Emailing from a PHP script

2007-09-14 Thread PaulCheung
Thanks for the solution. I've tried it and it did not work for me changed php.ini to reflect change rebooted my system. Don't really understand why it is necessary to download QK SMTP Has all my problems been something to do with XAMPP under windows?? Paul - Original Message - From

Re: [nyphp-talk] Emailing from a PHP script

2007-09-14 Thread Jason Sia
ok that will not really work you should use SMTP=localhost then download QK SMTP Server to make this work. - Original Message From: PaulCheung <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Friday, September 14, 2007 10:37:11 PM Subject: Re: [nyphp-talk] Emailing from a PHP script DIV {

Re: [nyphp-talk] Emailing from a PHP script

2007-09-14 Thread PaulCheung
Yes, that is correct. Has this anything to do with my problem? - Original Message - From: Jason Sia To: NYPHP Talk Sent: Friday, September 14, 2007 3:24 PM Subject: Re: [nyphp-talk] Emailing from a PHP script you are just using XAMPP for windows right? - Original

Re: [nyphp-talk] Emailing from a PHP script

2007-09-14 Thread Jason Sia
you are just using XAMPP for windows right? - Original Message From: Ken Robinson <[EMAIL PROTECTED]> To: NYPHP Talk Sent: Friday, September 14, 2007 9:32:07 PM Subject: Re: [nyphp-talk] Emailing from a PHP script At 09:09 AM 9/14/2007, PaulCheung wrote: >Can anybody see what I am doing

Re: [nyphp-talk] Class name conflict with Pear Pager

2007-09-14 Thread Cliff Hirsch
On 9/13/07 9:04 PM, "Daniel Convissor" <[EMAIL PROTECTED]> wrote: > On Thu, Sep 13, 2007 at 06:27:51PM -0400, Cliff Hirsch wrote: >> I have a class called Pager. Bad name. This conflicts with Pear Pager. It is >> used in a zilion places so changing the name would be a pain. Not a big >> deal, but

Re: [nyphp-talk] Emailing from a PHP script

2007-09-14 Thread PaulCheung
Yes I did that and the direction to localhost disappeared and I got the following message Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\tp_access.php on line 61 - Original Message - From: "Ken Robinson" <[EMAIL

Re: [nyphp-talk] Emailing from a PHP script

2007-09-14 Thread Ken Robinson
At 09:09 AM 9/14/2007, PaulCheung wrote: Can anybody see what I am doing wrong?? I have set php.ini (as per the manual) to my email settings == [mail function] ; For Win32 only. SMTP = smtp.tiscali.co.uk smtp_port = 25 ; For Win32 only. sendmail_from = [EMAIL

Re: [nyphp-talk] Emailing from a PHP script

2007-09-14 Thread Nikola Mitic
It looks OK. Can you check that you changed php.ini file that your server is using? you can see that with Best, Nikola Mitic http://www.twospots.com On 9/14/07, PaulCheung <[EMAIL PROTECTED]> wrote: > > Can anybody see what I am doing wrong?? > > I have set php.ini (as per the manual) to my em

[nyphp-talk] Emailing from a PHP script

2007-09-14 Thread PaulCheung
Can anybody see what I am doing wrong?? I have set php.ini (as per the manual) to my email settings == [mail function] ; For Win32 only. SMTP = smtp.tiscali.co.uk smtp_port = 25 ; For Win32 only. sendmail_from = [EMAIL PROTECTED] ==

Re: [nyphp-talk] ORM anyone?

2007-09-14 Thread Kenneth Downs
Ajai Khattri wrote: On Wed, 12 Sep 2007, Kenneth Downs wrote: ... We accept the obligation to learn HTML, CSS and Javascript, and even a few things about HTTP headers and so forth, but we think it is optional to learn SQL and to treat the database as what it is. That really puzzles me. T