Re: [PHP-WIN] How do IF to redirect to a new page on my site?

2008-02-22 Thread germana
try changing print for echo or header On Fri, 2008-02-22 at 13:56 -0700, Greg Cocks wrote: > Hello, > > I have a page where some users set some > parameters from pulldowns on a page (in a form.) > > Based on the user selection, the code builds some SQL (i.e., building > the WHERE part of the

RE: [PHP-WIN] PHP Mail Delayed

2008-02-22 Thread Bill Bolte
I would talk to your ISP to see what may need to be set. Bill -Original Message- From: Chuck [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21, 2008 8:43 PM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Mail Delayed My ISP recently installed PHP on a Windows 2003 server. I

RE: [PHP-WIN] How do IF to redirect to a new page on my site?

2008-02-22 Thread Bill Bolte
http://us.php.net/header header('Location: http://www.example.com/'); Just make sure that nothing is echo/print out to the page before doing the header call, don't even have any spaces before your mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 2:57 PM To: php-windows@lists.php.net Su

[PHP-WIN] How do IF to redirect to a new page on my site?

2008-02-22 Thread Greg Cocks
Hello, I have a page where some users set some parameters from pulldowns on a page (in a form.) Based on the user selection, the code builds some SQL (i.e., building the WHERE part of the SQL string), and grabs some data out of a PostgreSQL, and returns it to an array, $ary_query_result Then:

[PHP-WIN] PHP Mail Delayed

2008-02-22 Thread Chuck
My ISP recently installed PHP on a Windows 2003 server. I am trying to use PHP to allow users to send form generated EMIL from our website. The interface works but the mail takes 3-4 hours to arrive. Is there a configuration setting that could be causing this problem? -- PHP Windows Mailing Lis

[PHP-WIN] PHP Mail Delayed

2008-02-22 Thread Chuck
My ISP recently installed PHP on a Windows 2003 server. I am trying to use PHP to allow users to send form generated EMIL from our website. The interface works but the mail takes 3-4 hours to arrive. Is there a configuration setting that could be causing this problem? -- PHP Windows Mailing Lis