|
Posted by seaside on 01/13/08 02:57
On 13 Jan., 03:51, Kurda Yon <kurda...@yahoo.com> wrote:
> In the first page I declare a session variable. Than, on the same
> page, I make a form which contains a variable which has the same name
PHP does not automaticall register variables with your session.
Please review http://de.php.net/manual/en/ref.session.php for details.
Do you access your (expected) form/session variable like this:
$_SESSION['count'] ?
Navigation:
[Reply to this message]
|