I wouldn't say you NEED a full url, it should handle relative URL's as well. I don't know if it's part of the specification, but it will work. As far as your problem I hope that line break isn't in the string and it's just there because of the email.
-Joe "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > 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

