Hi,
I have the below code to assign order-price pair.
$fldprice = "<input type=text name=".$fldorderid." value=".$fldprice." size=5 >";
My problem is the code does not pull the orderid. It leaves it as blank.
I am using mysql and php4. When I check the variable type for orderid, it shows NULL.. But in the database this is the primary key and is not null with type integer.
Any advice?
THx,
Walker