On Tuesday 19 March 2002 22:20, Balaji Ankem wrote:
> Hi friend,
> Is there any equivalent statement to header ("Location:
> user.php");
> Because I am getting problem with that line in fresh browser
> context.
The correct usage is:
header ("Location: http://www.domain.com/user.php");
ie you need the full URL.
> How to see the php error log? And how to display an error
> messages in php?
Read the chapter on "Error Handling"
--
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
/*
A man without a woman is like a statue without pigeons.
*/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php