$_SESSION Variable in hidden field
-
Hello, i try to get the $_SESSION[‘saz’] Variable in the value of the hidden field function.
But it never give me the right feedback or no feedback.What code i need for the value?
I know that the varibale ist there, for example 4567. I get the feedback outside the form.
I Try many things.
<?php $_SESSION[‘saz’]; ?>
<?php echo $_SESSION[‘saz’]; ?>
<?php echo $saz; ?> $saz = $_SESSION[‘saz’];
SESSION:saz
echo $_SESSION[‘saz’]
and so on. Nothing works.
Can anyone help me please! You see i’m not an programmer or coder. But it is the last piece of my puzzle ??
THX!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘$_SESSION Variable in hidden field’ is closed to new replies.