Grasping for some answers here.
I have a website hosted that has mySQL and php4 installed. It also has phpMyAdmin.
My error:
I can not do a query with a limit function in it. It errors, but does not give an error message (its blank).
In the phpMyAdmin if I click on "browse" of a table it runs a query of "SELECT * FROM TableName LIMIT 0, 30" and pulls the first 30 records. I can not get this code to run for myself anywhere, not on a webpage, not even in the "Run SQL Query" in the phpMyAdmin.
If I do a query with "SELECT * FROM TableName" it works fine, I add "LIMIT 0, 30" and it says there is an error, but lists no reason.
Any one have any clues on this?
thanks,
-jeff