[PHP] RE : [PHP] Redirect URL

2003-09-23 Thread Youri B .
PROTECTED] Envoy: dimanche 21 septembre 2003 22:00 : [EMAIL PROTECTED] Objet: [PHP] Redirect URL Hi I have form in file register.php. The action of this form is the same - register.php the form validation script is included in this file like include(mail.php) In mail.php there is two

[PHP] Redirect URL

2003-09-22 Thread Yury B .
Hi I have form in file register.php. The action of this form is the same - register.php the form validation script is included in this file like include(mail.php) In mail.php there is two sections - one is working if user didn't complete form properly another if everything okay. So, I need

Re: [PHP] Redirect URL

2003-09-22 Thread Marek Kilimajer
Search the archives or google. Yury B. wrote: Hi I have form in file register.php. The action of this form is the same - register.php the form validation script is included in this file like include(mail.php) In mail.php there is two sections - one is working if user didn't complete form

RE: [PHP] redirect URL

2002-12-07 Thread John W. Holmes
On Saturday 07 December 2002 04:26, 1LT John W. Holmes wrote: I don't can redirect my page to new url please help me Carlos Alberto Pinto Hurtado I posted the answer on my web page. Can you redirect the answer to the list so we can all see? Only joking ;-) Heh... I was hoping

[PHP] redirect URL

2002-12-06 Thread Carlos Alberto Pinto Hurtado
I don't can redirect my page to new url please help me Carlos Alberto Pinto Hurtado IT ICA (57 1) 2322181 (57 1) 2324698 Movil.(57 3) 310 6184251 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] redirect URL

2002-12-06 Thread Chris Shiflett
--- Carlos Alberto Pinto Hurtado [EMAIL PROTECTED] wrote: I don't can redirect my page to new url Try this: ? header(Location: http://www.google.com/;); exit; ? Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] redirect URL

2002-12-06 Thread 1LT John W. Holmes
I don't can redirect my page to new url please help me Carlos Alberto Pinto Hurtado I posted the answer on my web page. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] redirect URL

2002-12-06 Thread Jason Wong
On Saturday 07 December 2002 04:26, 1LT John W. Holmes wrote: I don't can redirect my page to new url please help me Carlos Alberto Pinto Hurtado I posted the answer on my web page. Can you redirect the answer to the list so we can all see? Only joking ;-) -- Jason Wong - Gremlins