hi all.
i am building an eshop right now. it worked perfectly since yesterday evening.
then i did some lil changes that do not
effect the database, but the script does only
add one entry to it. if i delete the one,
the script adds another.
$sql = "INSERT INTO shop (session,product,quantity) VALUES ('459285df47d146d123155037ed6740b3','2342_50_70','1')";
mysql_query( "$sql")
this is right, isn't it? the db connection
is already set.
thanks for any ideas about this problem!
fox