Re: [PHP] Only 5 lines

2001-03-22 Thread Michael Bartlett
if this message duplicates - sorry. some weirdness on my news client! dennis, i think your limit should read 0,4 because 0 is actually row 1 (we count from 0 not 1) so limit 0,4 gives you rows 0,1,2,3,4 - which is 5! not 4! ""Dennis Haller"" <[EMAIL PROTECTED]> wrote in message 99cs5b$bj4$[EMAI

Re: [PHP] Only 5 lines

2001-03-22 Thread Michael Bartlett
surely it should be limit 0,4 (0,1,2,3,4) = 5 items! remember 0 is row 1 not 1 ""Dennis Haller"" <[EMAIL PROTECTED]> wrote in message 99cs5b$bj4$[EMAIL PROTECTED]">news:99cs5b$bj4$[EMAIL PROTECTED]... > Hi all, im using the following scripts: > > include("connect.php"); > > $query = "SELECT thre

[PHP] Passthru Question

2001-03-21 Thread Michael Bartlett
Hi all, Having a weird problem running the passthru() function on quite an old version of PHP3 (3.0.7). Pasted below is the php source code: === Tape Status Check if this page is blank - that is good! === When I run this in a shell (