tedd wrote:
Pat:
I would suggest changing to:
http://.../chkout.php?imagename=NATURE-1.jpg&count=6&continue=Continue+Checkout,
$newqty = $_GET['count'];
$imagename = $_GET['imagename'];
Also, to see what you are actually "getting" try:
echo ("");
echo ("");
echo ("GET info:\n");
print_r($
Thanks to all who helped.
The answer...drumroll arrays for each entry:
load routine (partial):
print "name='imageqty[]' size='5' value='$qty'>";
print "value='".$row[cialbum]."'>";
print "";
print "value='".$row[ciimage]."'>";
print "value='".$row[cisize]."'>";
retrieval rou
Pat:
I would suggest changing to:
http://.../chkout.php?imagename=NATURE-1.jpg&count=6&continue=Continue+Checkout,
$newqty = $_GET['count'];
$imagename = $_GET['imagename'];
Also, to see what you are actually "getting" try:
echo ("");
echo ("");
echo ("GET info:\n");
print_r($_GET);
echo("");
tedd wrote:
I have a list from a MYSQL database that I am dumping to a screen. I'd
like the user to be able to change the quantity on the form for any
record on the screen, then post that information back so the user can
review it, and I can then update the database.
Simple checkout routine.
I have a list from a MYSQL database that I am dumping to a screen.
I'd like the user to be able to change the quantity on the form for
any record on the screen, then post that information back so the
user can review it, and I can then update the database.
Simple checkout routine. Or so I thoug
I have a list from a MYSQL database that I am dumping to a screen. I'd
like the user to be able to change the quantity on the form for any
record on the screen, then post that information back so the user can
review it, and I can then update the database.
Simple checkout routine. Or so I thoug
6 matches
Mail list logo