I have changed the SQL query so that it is not running duplicate WHERE statements.
If I search both artist and title with: 'Chemical Brothers' for artist and 'galvanize' as title it runs the $a_t_result mysql query and I recieve this error:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/though/public_html/searchresults.php on line 17
If I search just artist with: 'Chemical Brothers' for artist it works perfectly bringing the results up.
If I search just artist with: 'galvanize' I get the same error but on line 28.
The items I am searching for are 100% correct as represented in the database.
Again your help is appreciated - also I will implement some "defensive programming" to ensure data integrity once I have mastered the basic foundations of what I am trying to code.
Thanks for your help guys