View Single Post
Old 01-22-2008, 12:35 PM   #1 (permalink)
StevenF
The Contributor
 
Join Date: Jan 2008
Posts: 87
Thanks: 49
StevenF is on a distinguished road
Default Enctype="text/plain" - Can someone explain why?

Hello,

I have created a database and wrote some php to connect to it. I then added another page which contained a form and an input field. When you entered data in the field, it would search a field in the database for a match and then display the results. For some reason the form wasn't passing the information over the PHP page. In the end I figured out it was because of this:

Code:
Enctype="text/plain"
I don't know what was causing this to happen. Can someone please explain?

Thanks,
Steven
StevenF is offline  
Reply With Quote