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
day, December 24, 2004 10:39 AM Subject: [PHP] Next page every second > Ladies and gentlemen of PHP, > > 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

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

[PHP] Next page every second

2004-12-23 Thread Greg Wardawy
Ladies and gentlemen of PHP, 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 web page->sleep 1 second->display th