Posted by jodleren on 09/10/07 19:54
Hello
First of: is there a place on www.php.net where this is described?
The search does not find it (I'd like to read more about $_POST etc
too...)
Well, I just tested something like:
echo "b".$_SESSION["test"];
$_SESSION["test"]="a";
and bith with a button (form, post) and a link (to the page itself), I
do not get the A at any time?
Is there a way to have session data in both cases?
I'd like to have when links are clicked and when popups are in use
BR
Sonnich
[Back to original message]
|