s,
Colin K Heaps
-Original Message-
From: Jerry [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 19, 2003 3:01 PM
To: Colin; [EMAIL PROTECTED]
Subject: Re: Sequential read on a file
Use and id column, like an auto increment one and use that in the html you
are writing out +1 or -1 t
You are right. "read previous" simply not exist. I think this is due to both
historical reason and 'client/server model'.
In fact, 'read next' is available by reading next row in a query. However,
the record cursor is one direction only and cannot be read back.
In my experience, I will store th
om: "Colin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 2:51 PM
Subject: Sequential read on a file
> Hi,
> Newbie here so please bear with me.
> I am running MySQL 3.23.22 with PHP4.01 on WinNT client / Linux host,
> everything i
Hi,
Newbie here so please bear with me.
I am running MySQL 3.23.22 with PHP4.01 on WinNT client / Linux host,
everything is working okay and I'm just getting to grips with some basic
database handling.
Although I can use mysql_query to get a list of records using "Select * from
`mydata`" - for wha