Thread: IE bug?
View Single Post
Old 01-30-2005, 03:39 PM   #7
FaberFedor
Green Mole
 
Join Date: Jan 2005
Location: New Jersey
Posts: 11
IE bug- SOLVED!

Several people in my LUG saw the problem and one did not. All of the data is not in, but it was consistent amongst people running Win98SE and XP (Home|Pro).

To fix the problem, I added 'enctype="multipart/form-data"' to the form tag and it works now!

May I suggest you change the entry in the FAQ/docs to read as follows so others can cut 'n' paste:

<form action="http://YOURDOMAIN/search.php" enctype="multipart/form-data" method="post">
<input type="text" name="query_string" value="">
<input type="submit" name="search" value="Search">
</form>
FaberFedor is offline   Reply With Quote