I've been told to set sql_big_tables because I need to search through many rows. At the moment I only have about 125,000 rows in the MySQL database and it's taking 25 seconds per search!
Trouble is, I don't know have to write it in php (I'm presumming I set it in the php file).
Stuart