On Wed, October 4, 2006 1:17 pm, Groundhog wrote:
> how can I jump to another page after IF..ELSE statement, for example:
>
> IF (statement == TRUE)
>    { stay on this page, index.php }
> ELSE { jump to index2.php
  require 'index2.php';
  exit;

}

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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

Reply via email to