php-general | 2001072
Date: 07/17/01
- Next message: Jeremy Hansen: "Re: [PHP] md5 crypt question"
- Previous message: tc lewis: "Re: [PHP] md5 crypt question"
- In reply to: Rhony V.: "[PHP] question"
- Next in thread: Jochen Kaechelin: "RE: [PHP] question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 20:19 17/7/2001 -0500, Rhony V. wrote:
>In Asp i have this
> response.redirect "name_page.asp", it's used to go to another page
>
>what is the similar function in PhP?
A good look at the manual would satisfy your needs....
header("location:wheredoyouwanttogo.php");
That's it
Regards
Alex Piaz
Webmaster
Global Map Internet Marketing
http://www.globalmap.com
"Be cool or be cast out"
****************************************************************
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jeremy Hansen: "Re: [PHP] md5 crypt question"
- Previous message: tc lewis: "Re: [PHP] md5 crypt question"
- In reply to: Rhony V.: "[PHP] question"
- Next in thread: Jochen Kaechelin: "RE: [PHP] question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

