Retrieving certain number of results from DB

Hey, as the summary says, I’d need to retrieve a certain number of results from my MySQL database with PHP, so that not all results for example will be printed, if you for example search for a keyword, and gets more than let says 50 results.

Thanks,

Regards

if it’s for pagination purposes, this demo might help

Thanks, this was what I was looking for.