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>
|