WilliamMute007
Programmer
Hi guys,
I've this little dilema. I have been trying for hours now to assign my session value to a variable but no luck. Can anyone please help if possible?
Option two
Both options keep giving me errors. Thanks in advance for your help.
I've this little dilema. I have been trying for hours now to assign my session value to a variable but no luck. Can anyone please help if possible?
Code:
<input type="hidden" name="item_name_$i" value=".$_SESSION['name']."/>
Option two
Code:
$restaurant = . $_SESSION['name'];
Both options keep giving me errors. Thanks in advance for your help.