Mysql 4.0.24 PHP 4.3.8 Apache 2.0.50
I have a basic Search Form with a drop down box containing State Names, it's an option list thus the state names are abbreviated and abbreviated in the Database.
e.g. Ohio = OH.
Out of all the state abbreviations I have about 10 or so that will not pull the data from the Database when using a PHP form.
So if I choose PA I will get a listing of PA records.
But if I choose OH, I get no results on this particular form.
And about 10 other states also get no results.
But when I use Mysql Front, and run the same query on the Database as found in my PHP page, I get the results. The data is there in the database but the PHP form and associtated PHP Page with the Sql Statement and results refuses to grab this data.
I have other queries on subsequent pages that do grab OH data. For instance I have a section where a Flat Text File can be created and if I choose OH, I get results.
I have test to see if the variable is being passed and it is, and I also have a "YOu serached for the following: State: OH", to ensure the state variable has been passed.
I rebuilt the an INDEX I have for this field.
I have run all the MySql Optimize, Check and Repair Tools.
Yet to no avail.
Has anyone ever experienced anything like this???