Welcome Guest, Not a member yet? Register   Sign In
session header error!!!
#2

[eluser]JanDoToDo[/eluser]
if you are using the native php sessions then you need to call session_start() to start the php session. If youve done that then cart variable doesnt exist and you should do

$cart = isset($_SESSION[‘cart’]) ? $_SESSION[‘cart’] : array();


Messages In This Thread
session header error!!! - by El Forum - 03-13-2010, 11:54 AM
session header error!!! - by El Forum - 03-13-2010, 12:19 PM
session header error!!! - by El Forum - 03-13-2010, 12:53 PM
session header error!!! - by El Forum - 03-13-2010, 01:00 PM
session header error!!! - by El Forum - 03-13-2010, 01:23 PM
session header error!!! - by El Forum - 03-13-2010, 02:08 PM
session header error!!! - by El Forum - 03-13-2010, 02:41 PM
session header error!!! - by El Forum - 03-13-2010, 02:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB