Welcome Guest, Not a member yet? Register   Sign In
How to avoid errors in view when I am using variable for the php session
#8

[eluser]shinokada[/eluser]
@aidehua

It does not show in the source. But it is on the page.

print_r ($_SESSION); outputs the followings.

Code:
Array (
[totalprice] => 954
[cart] => Array (
      [115] => Array (
      [name] => MÃ…NESKINN
      [price] => 268.00
      [count] => 1 )
[80] => Array (
      [name] => DELFINLEK  
      [price] => 268.00
      [count] => 1 )
[68] => Array (
      [name] => OPPDAGELSEN
      [price] => 418.00
      [count] => 1 ) )
[shipping] => 65 )


Messages In This Thread
How to avoid errors in view when I am using variable for the php session - by El Forum - 01-10-2010, 07:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB