[PHP] Rookie Question RE: Specific Coldfusion equivalent in PHP

2002-06-27 Thread bailie

Hello All,

I am trying to find out what the PHP equivalent is to coldfusion's
cflocation url=http://whatever;

Obviously, this cf tag forwards to whatever page is indicated in the url
arguement.

After having googled and searched all the php sites I know of, I just cannot
seem to figure out how this is done.

TIA for any pointers.

JB



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




Re: [PHP] Rookie Question RE: Specific Coldfusion equivalent in PHP

2002-06-27 Thread Peter Janett

header (Location: http://whatever;);

You probably want to put:
exit;
After that line, so you script stops at that point.  (Exit; is like
CFABORT)  :)

HTH,

Peter Janett

New Media One Web Services

New Upgrades Are Now Live!!!
Windows 2000 accounts - Cold Fusion 5.0 and Imail 7.1
Sun Solaris (UNIX) accounts - PHP 4.1.2, mod_perl/1.25,
Stronghold/3.0 (Apache/1.3.22), MySQL 3.23.43

PostgreSQL coming soon!

http://www.newmediaone.net
[EMAIL PROTECTED]
(303)828-9882

- Original Message -
From: bailie [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 27, 2002 2:04 PM
Subject: [PHP] Rookie Question RE: Specific Coldfusion equivalent in PHP


 Hello All,

 I am trying to find out what the PHP equivalent is to coldfusion's
 cflocation url=http://whatever;

 Obviously, this cf tag forwards to whatever page is indicated in the url
 arguement.

 After having googled and searched all the php sites I know of, I just
cannot
 seem to figure out how this is done.

 TIA for any pointers.

 JB



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




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