Posted by Rik Wasmus on 09/10/07 20:04
On Mon, 10 Sep 2007 21:54:07 +0200, jodleren <sonnich@hot.ee> wrote:
> Hello
>
> First of: is there a place on www.php.net where this is described?
> The search does not find it
http://www.php.net/manual/en/ref.session.php
> (I'd like to read more about $_POST etc
> too...)
http://www.php.net/manual/en/reserved.variables.php#reserved.variables.p=
ost
> Well, I just tested something like:
>
> echo "b".$_SESSION["test"];
> $_SESSION["test"]=3D"a";
>
> and bith with a button (form, post) and a link (to the page itself), I=
> do not get the A at any time?
session_start() is required.
-- =
Rik Wasmus
[Back to original message]
|