Re: [PHP-DB] show only some entries

2001-08-15 Thread Miles Thompson
Andrius, Tutorials at Webmonkey and Devshed and Zend (all .com) Good examples at www.thickbook.com Have a look at a couple, and by the time you've worked thourgh one of the simple database one's you'll have your answer. Miles At 09:46 PM 8/15/01 +0200, Andrius Jakutis wrote: >Hello, > >I am

[PHP-DB] show only some entries

2001-08-15 Thread Andrius Jakutis
Hello, I am just starting learning pHp, so, sorry for stupid questions. 1. How to make, that I could get output of only those entries, which name(field) is "John". 2. How to make, that only 10 entries with John would be shown in the same page, and others would be on "next page" and so on. Tha