sybaritic_life
12-26-2002, 11:21 PM
I have a form that login a user for the main site, but I'd also like to pass the the same userid & password to another script that logs the uesr into a discussion board.
This is what I have in my form to log them into the main site:
<form action='<?PHP echo $documentLocation; ?>' METHOD="post" onSubmit="return checkData()">
How would I activate the other script? Would this work?
on Submit="return CheckData() && http://www.site/login.php?username&password"
This is what I have in my form to log them into the main site:
<form action='<?PHP echo $documentLocation; ?>' METHOD="post" onSubmit="return checkData()">
How would I activate the other script? Would this work?
on Submit="return CheckData() && http://www.site/login.php?username&password"