Posted by macca on 01/11/07 05:57
I suppose you could have a bit of javascript on your login submit button, might work, eg: <FORM> <INPUT TYPE="button" onClick="history.go(0)" VALUE="RefreshSubmit"> </FORM> or you could use a header redirect after the setcookie to reload the page, eg: setcookie("whatever","whatever") header("Location: http://www.example.com/"); /* Redirect browser */
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming