whem i use the function session_unregister to clean a variable from my session, if in the same session i do a session register to the sam variable, the variable contains the the last value, and i don't want that, and it should not happen.
example :
session_register("a")
$a = 1...
How do i send it manualy.
if i do something like this:
print <<< END
"HTTP/1.0 200 OK"
"Content-Type: text/html"
END;
what apears on the browser is this :
"HTTP/1.0 200 OK" "Content-Type: text/html"
I am using php on windows 2000, and IS. when i use the function "Header()" to redirect sometimes, not all the time, it give me an error.
I will give an example:
header("Location: alertas.php?erro=3&ti&tip=$tip");
When i execute the script, in the browser appears this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.