0 LIKES LikeUnLike
hi I get these two error message Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/html/test.php:7) in /home/html/test.php on line 9Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/public/test.php:7) in /home/public/test.php on line 9No Product In the Basket <?phpsession_start();if(!empty($_REQUEST['quantity'])){ if(!isset($_SESSION['products'])) { echo"<p>add new session</p>"; echo"got".$_REQUEST['quantity']."gg<... $_SESSION['products'][0]=$_REQUEST['... echo "add".$_SESSION['products'][0]."to session"; } else { echo "add new product to the list"; echo"got".$_REQUEST['quantity']."gg<b... $_SESSION['products'][sizeof($_SESSI... }}else{ echo "No Product In the Basket " ; } ?>
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 2 answers.