thanks lanjoky, I've included that in my file.
Unfortunatley, its still not working 100%. I hate it you get parse errors - and the code looks completely fine!!!!
I am getting these parse errors when the form is processed:
Parse error: parse error in /usr/local/apache/htdocs/functions.php on line 27
Fatal error: Call to undefined function: checkqty() in /usr/local/apache/htdocs/processorder.php on line 35
The first parse error is the closing php tag - no matter what line I put it on - that's the line that gets the parse error...
The second parse error is the calling my checkqty function -
checkqty($_REQUEST['$totalqty'],$_REQUEST['$tireqty'],$_REQUEST['$oilqty'],$_REQUEST['$sparkqty']);
So what the heck is going on? Is there like a phantom character somewhere??
thanks.