|
Posted by blablablub@gmx.at on 01/10/06 10:22
Hi,
first you need on your site a session_start() as first code piece. Your
example is almost correct. Try this instead:
$itemCode["basketcount"]=$id;
$_SESSION['itemCode']=$itemCode;
If basketcount is a variable, you can write it like this:
$itemCode[$basketcount]=$id;
Hope this helps
mfg
Navigation:
[Reply to this message]
|