I wrote a function to redirect my page to another one. But for some reason I keep getting an error. here is the function I made
function js_pointer_login($thepage)
{
echo '<script language="javascript"> window.location = '$thepage'
</script>';
}
--
Antoine <[EMAIL PROTECTED]>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

