jollydonkey
Technical User
Hello,
I have a PHP form processing script that captures various form fields and submits them via email.
The script is working in IE and Opera without issues. In Firefox and Netscape, the script executes, however, none of the values inputed in the form get captured.
Why is this? If it helps, I'm using POST and enctype="multipart/form-data" as the form tag attributes.
Any thoughts? Does it matter if in my PHP script, variable names are enclosed in double or single quotes? For example:
$subject = "$topic"; vs $subject = '$topic';
Thanks!
Cheers,
Dipesh.
I have a PHP form processing script that captures various form fields and submits them via email.
The script is working in IE and Opera without issues. In Firefox and Netscape, the script executes, however, none of the values inputed in the form get captured.
Why is this? If it helps, I'm using POST and enctype="multipart/form-data" as the form tag attributes.
Any thoughts? Does it matter if in my PHP script, variable names are enclosed in double or single quotes? For example:
$subject = "$topic"; vs $subject = '$topic';
Thanks!
Cheers,
Dipesh.