How do I output data from column, but to be like.. for example - the column is with 40 lines of query results and I want to output only that, that are from 10 to 30 . How to do it with PHP?
4
-
What does your database table look like? Also, if you can provide the code you have so far, that'll give us a better idea about what you're trying to accomplish.Nasir– Nasir2011-02-09 15:13:23 +00:00Commented Feb 9, 2011 at 15:13
-
What do you mean with a column? Are you trying to limit the amount of data you see of your database? Try using SQL's limit for that.TJHeuvel– TJHeuvel2011-02-09 15:13:33 +00:00Commented Feb 9, 2011 at 15:13
-
not clear, can u add more details, code ...Haim Evgi– Haim Evgi2011-02-09 15:14:07 +00:00Commented Feb 9, 2011 at 15:14
-
You mean some sort of pagination? or a LIMIT to the query?Damien Pirsy– Damien Pirsy2011-02-09 15:14:11 +00:00Commented Feb 9, 2011 at 15:14
Add a comment
|