|
Posted by Geoff Berrow on 09/29/05 09:27
I noticed that Message-ID: <1YI_e.281513$tt5.188894@edtnps90> from
Christa Lee contained the following:
>$tempslot = array ( "Style" => "$Style" , "Brand" => "$BrandName" , "Colour"
>=> "$Colour" , "Size" => "$Size" ,
> "Quantity" => "$Quantity" );
>
> session_register('$tempslot');
How about
$_SESSION['tempslot ']= array ( "Style" => "$Style" , "Brand" =>
"$BrandName" , "Colour" => "$Colour" , "Size" => "$Size" ,
"Quantity" => "$Quantity" );
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
Navigation:
[Reply to this message]
|