RE: PHP jump to other page

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



If you have not sent any character till that moment, you can use:

IF (statement == TRUE)
   { stay on this page, index.php }
ELSE {
	header("Location: index2.php");




cya

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux