phphandle form wont display data
This must be obvious, but I am having trouble displaying the results of a
form in the php handler.
Here is the php code in the handler:
<?php
print " the referring doctor is $referringdr .<br>\n";
print " the referral date is $dateofreferral .<br>\n";
print " the patients first name is $pfirst .<br>\n";
print " the patients last name is $plast .<br>\n";
print " the patients telephone number is $telephone .<br>\n";
print " the referring doctor email is $refdremail .<br>\n";
print " the upload is $imageupload <br>\n";
?>
I am using the get action on the actual form and I can see all of the values
being passed to the script. The spellings of the
|