I understand that its an example and was trying to match/adjust according to the columns that I have
The recordset that the page started with was this:
SELECT OrderID, OrderAmount, OrderShipName, OrderCompany, OrderShipAddress, OrderShipAddress2, OrderCity, OrderState, OrderZip, OrderCountry, OrderPhone, OrderFax, OrderShipping, OrderTax, OrderEmail, OrderDate
FROM orders
WHERE OrderID = colname
where the variable is
colname
integer
-1
$_GET['OrderID']