harlock59
28/07/2005, 11h29
erreur:
Fatal error: Call to undefined function: () in /home.2/clublucu/www/panier_saulzoir/index.php on line 13
<?
//include (db_connect.php);
$Itemref=$_GET['itemref'];
echo $Itemref;
$session = md5(uniqid(rand()));
include ("zend_shoppingcart.php");
$cart = new Cart;
$mysql_link = mysql_connect("...", "...", "...");
ici ligne 13: $mysql_select_db("clublucu");
//* heh, use whatever database name you put the 2 tables under in place of kmartShopper */
// $cart['Itemref']=$Itemref;
// $cart->add_item("shopping_zend", $session, $cart['Itemref'], 1); // nom_table, nom_produit, quantité
// $cart->add_item
?>
Fatal error: Call to undefined function: () in /home.2/clublucu/www/panier_saulzoir/index.php on line 13
<?
//include (db_connect.php);
$Itemref=$_GET['itemref'];
echo $Itemref;
$session = md5(uniqid(rand()));
include ("zend_shoppingcart.php");
$cart = new Cart;
$mysql_link = mysql_connect("...", "...", "...");
ici ligne 13: $mysql_select_db("clublucu");
//* heh, use whatever database name you put the 2 tables under in place of kmartShopper */
// $cart['Itemref']=$Itemref;
// $cart->add_item("shopping_zend", $session, $cart['Itemref'], 1); // nom_table, nom_produit, quantité
// $cart->add_item
?>