On Mar 12, 2004, at 3:02 PM, Larry Sandwick wrote:
Is there a way that after a execution of a Login script and validation of login from a MySql database to automatically redirected to run another script ?
example
someone logs in through the login.php script, in the login script you are validated and then you run another script called mainmenu.php ?
I have tried the following:
include "mainmenu.php"; // Which gives me an error !
This one just put the link on the page and does not redirect to another script.
echo "header(Location: <a
href=http://www.example.com/InVocie/MainMenu.php);
'
target='_blank'>http://www.example.com/InVoice/MainMenu.php?r=$a);</ a>";
/* Redirect browser */
Larry Sandwick
Sarreid, Ltd.
Network/System Administrator
phone: (252) 291-1414 x223
fax : (252) 237-1592
-- Brent Baisley Systems Architect Landover Associates, Inc. Search & Advisory Services for Advanced Technology Environments p: 212.759.6400/800.759.0577
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php