View Single Post
  #9 (permalink)  
Old 09-07-2008, 04:43 PM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 16
Posts: 3,930
Last Blog:
DWITE 2
Credits: 0
Rep Power: 35
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Form comes back completely blank? Help!

Print the elements from your form to the browser to see if it's getting the right data. I think the server is trying to mail GET data, and your form is sending POST data.

Code:
<form action="mailer.php" method="post" id="order" enctype="multipart/form-data">
Check if your getting the correct data by printing to the browser, all of the form data.
__________________
I've found time can heal most anything
And you just might find who you're supposed to be
I didn't know who I was supposed to be at fifteen.
~ Taylor Swift
Reply With Quote