Hello everyone, this is my first post here so I will try to make it as clear as possible.

Firstly i have a database with a single table named "albums" with the following fields:
Code:
albumid	int(11)		 
genreid	varchar(30)	 
albumtitle	varchar(30)	 
albumauthor	varchar(30
numberofsongs	int(11	 
price	int(11)
Then i have two php pages

Search.php :...