我在学习PHP的,当我尝试做在session_start() - 获取有关错误信息不能发送会话cookie。
我看到在这个问题上前面的问题,但是,仍然不能确定我的错误。
如果是错误家伙?
session_start();
if ($_POST['add'])
{
foreach ($_POST['a_qty'] as $k => $v)
{
$_SESSION['cart'][$k] = $_SESSION['cart'][$k] + $v;
}
}
?>
// look for catalog file
$catalogfile = "catalog.dat";
// file is avaialbe, extract data from it and place into $catalog, with sku as key
if (file_exists($catalogfile))
{
$data = file($catalogfile);
foreach ($data as $line)
{
$lineArray = explode(":", $line);
$sku = trim($lineArray[0]);
$CATALOG[$sku]['desc'] = trim($lineArray[1]);
$CATALOG[$sku]['price'] = trim($lineArray[2]);
}
}
else
{
die("Could not find the catalog file");
}
?>
"; echo "" . $v['desc'] . ""; echo " | |
"; echo "Price per unit: " . $CATALOG[$k]['price']; echo " |
Quantity: "; echo ""; echo " |

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

SublimeText3 Linux new version
SublimeText3 Linux latest version

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 English version
Recommended: Win version, supports code prompts!

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.