November 16, 201015 yr Hi, Im quite new to php and just wondered how to do something! At the moment I have a serperate page for each product line...which i know kind of defeats the idea of php! $query = mysql_query("SELECT * FROM $usertable WHERE (ProductSearch LIKE '%floating%pontoon%' AND ProductName NOT IN (''))") or die(mysql_error()); while ($row = mysql_fetch_array($query)) I have the above code so how would I do the above but make it so when I click a link it loads instead of loading a new page.... Thanks CHris
November 16, 201015 yr Author Thanks for the reply! Is there a good site where I can learn more about the above? Chris
Create an account or sign in to comment