I keep getting the following error:
Parse error: syntax error, unexpected '"', expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C:\xampp1\htdocs\Php-Work\index.php on line 69
if(isset($_SESSION["cart_products"]) && count($_SESSION["cart_products"]) > 0)
{ /*some code*/