E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
GSGKenny member Posts: 59 |
I had it sending my needed order data to my database, but yesterday and todays orders both have a blank item name and 0 set for quantity. I didnt change anything, did e-junkie? Here is my code. $time = date("m/j/Y g:i:s"); $email = $_POST['payer_email']; $item = $_POST['item_name']; $qty = $_POST['quantity']; $code = $_POST['key']; mysql_query("INSERT INTO orders (paydate, username, items, qty, code) VALUES ('$time', '$email', '$item', '$qty', '$code')"); It was working, now it is not? # POSTED ON: August 13, 2010 @ 22:33 GMT -7 |
|
GSGKenny member Posts: 59 |
$x = $_POST['item_cart_position']; mysql_query("INSERT INTO orders (paydate, username, items, qty, code) VALUES ('$time', '$email', '$item . $x', '$qty . $x', '$code')"); ? $idk = 'wtf' ? # POSTED ON: August 14, 2010 @ 16:35 GMT -7 MODIFIED ON: August 15, 2010 @ 14:48 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






