check your register globals settings or user variables like $_REQUEST['referringdr']

all the best

Jack E. Wasserstein, DDS, Inc. wrote:

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





--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 150 KB | with progress bar.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to