Hi everybody,
I have a problem with hearder function and i can't figure it out. I need to redirect(by code, not links or buttons) the user to another page so i put the line
header("Location: pagename.php").
It doesn't work, i get a warning like "cannot modify header information" and i dont know how else i can do it without header or what to do to not receive that warning. Please give me a hint.
Thanks.