Re: [PHP] Next page every second

2004-12-24 Thread Greg Wardawy
TED]> To: "Greg Wardawy" <[EMAIL PROTECTED]>; Sent: Thursday, December 23, 2004 1:25 PM Subject: Re: [PHP] Next page every second If all you want to display each record one by one at a particular interval of time you could do this at one page itself...here is the procedure 1. c

Re: [PHP] Next page every second

2004-12-23 Thread Sagar C Nannapaneni
If all you want to display each record one by one at a particular interval of time you could do this at one page itself...here is the procedure 1. connect to mysql 2. grab the row you want 3. store the row number in a session variable 4. Add an autorefresh code to ur html..(lot of java scritps

Re: [PHP] Next page every second

2004-12-23 Thread Jason Wong
On Friday 24 December 2004 13:09, Greg Wardawy wrote: > I'm quite new to PHP (coming from Perl) so please don't laugh too hard if > I'm missing something obvious. > My scenario is as follows: > Connect to the MySQL server->grab the data from the table->display the data > of the first row on the we