php & ajax
am 19.09.2007 16:57:05 von onlysaketI wanted to redirect to another page if login info is valid i m using
php and ajax
I wanted to redirect to another page if login info is valid i m using
php and ajax
onlysaket@gmail.com wrote:
> I wanted to redirect to another page if login info is valid i m using
> php and ajax
>
Is that a question or a broken posting?
On Sep 19, 8:57 am, "onlysa...@gmail.com"
> I wanted to redirect to another page if login info is valid i m using
> php and ajax
You can use:
if(loginInfoValid) {
header("Location: page.php");
}
"Erwin Moller"
message news:46f13989$0$229$e4fe514c@news.xs4all.nl...
> onlysaket@gmail.com wrote:
>> I wanted to redirect to another page if login info is valid i m using
>> php and ajax
>>
>
> Is that a question or a broken posting?
header("Location: goodloginpage.php");
Shelly