In a message dated 21/04/2001 15:31:36 GMT Daylight Time, [EMAIL PROTECTED] 
writes:

<< How to redirect to another page in php. Is there any inbuilt function
 available for redirection.
 If possible send with example.
 
 
 Thanks
 
 kishor >>


Use the Header call,for more info see www.php.net and search for Header()

Example

header ("Location: Http://www.domain.com/owner/index.php");

HTH
Ade

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to