Hi again people.
I am currently looking to do a MySQL SELECT Query but I am not sure whether to enter the limit numbers are the end as show below:
$sql = "SELECT * FROM `customers` LIMIT 0, 30 ";
or should I just do:
$sql = "SELECT * FROM `customers`";
As you may have noticed I AM A NOOB So please don't be hard on me, Im here to learn and have a great time.