[PHP-DB] opening webpage From: Adv. Systems Design (asd_2000 <email protected>)
Date: 11/19/00

Hello all:

I was wondering how one would open (go to) another web
page programatically, say as a result of an if-else
statement. i.e.

if (x==true) {
   goto http://pagex
}else{
   goto http://pagey
}
Thanx

Luis

__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>