Re: [PHP] Hi! Is there any equivalent function with header?

2002-03-19 Thread Jason Wong
On Tuesday 19 March 2002 22:37, Balaji Ankem wrote: > Thanks for the reply!!! > I want equivalent statement to header ("Location: > http://www.domain.com/user.php";); > > Because I am getting the problem saying "php.exe has generated errors > and will be closed by windows. You need to restart the

Re: [PHP] Hi! Is there any equivalent function with header?

2002-03-19 Thread Joe Webster
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 i

RE: [PHP] Hi! Is there any equivalent function with header?

2002-03-19 Thread Balaji Ankem
uot; And no error is logged in error log. Thanks in advance Balaji -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 7:57 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Hi! Is there any equivalent function with header? On Tuesday 19 March 2002 22:20

Re: [PHP] Hi! Is there any equivalent function with header?

2002-03-19 Thread Jason Wong
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"

[PHP] Hi! Is there any equivalent function with header?

2002-03-19 Thread Balaji Ankem
Hi friend, Is there any equivalent statement to header ("Location: user.php"); Because I am getting problem with that line in fresh browser context. How to see the php error log? And how to display an error messages in php? Thanks and Regards -Balaji ***