steve.burgess.TakeThisOut@boston-spa.org.uk wrote:
> I have run this query in MySQL control panel and it works perfectly.
> When I try to do it via PHP I get no results.
Perhaps there is something wrong with the php code you are using? Hard
to say without seeing it.
> If I select all rows (i.e I don't specify a "WHERE") I get one fewer
> rows returned than there actually are.
If you got limit 0, 30, it will return only 30 rows even if there are
more rows. So how many is it returning?<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Won't return anything when there is only one matching row.