I\'ve searched and searched and i can\'t find my answer. i\'m hoping someone can help. I have a code that searches a mysql database and displays X amount of results on a website
Remove the LIMIT 0, 50 statement or change it to whatever you want your max rows displayed to be.
LIMIT 0, 50