[thelist] Login form PHP

Bill Haenel bill at webmarketingworx.com
Thu Aug 1 12:04:09 CDT 2002


> Problem
>   After the username and password are verified, how do I dynamically go to
> the correct partner page? fopen() does not seem to be working.

Not saying this is the best way, but if it was me, I'd use PHP to write
javascript:

echo '<script
language="JavaScript">window.location.href="'.$partnerpage.'"</script>';

Bill




More information about the thelist mailing list