Hey guys i have a little problem!! :confused:
I am trying to prompt a JavaScript alert before the html headers and when this happens i does not style my footer from css.
Heres my code:
if ($queryupdate) { echo "<script>alert('Your password has been updated!')</script>"; } else { echo "<script>alert('Your password has not updated!')</script>"; }
Does any body know how this can be fixed?
Thanks,
Marais