Hi,
Is there anything strange I should know about header()? I have the line:
header("Location: thanks.php?action=reg"
;
in my code. No parse errors are reported and everything runs ok until this line? if i comment it out, there is no issue at all but if i leave that line in, my browser complains about there being a syntax error.
Any ieas at all?
CES
Is there anything strange I should know about header()? I have the line:
header("Location: thanks.php?action=reg"

in my code. No parse errors are reported and everything runs ok until this line? if i comment it out, there is no issue at all but if i leave that line in, my browser complains about there being a syntax error.
Any ieas at all?
CES