Re: [PHP] real time php

2002-06-24 Thread Kevin Stone
; <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 8:04 AM Subject: [PHP] real time php I have a program in php, with access at mysql database. The problem is, my users have to access Refresh button anytime when they want to see real time values in database. How to make a function for refresh

Re: [PHP] real time php

2002-06-24 Thread 1LT John W. Holmes
>I have a program in php, with access at mysql database. >The problem is, my users have to access Refresh button anytime when they want to see >real time values in database. >How to make a function for refreshing values in php pages, without pressing Refresh button. What must i read? PHP can't co

Re: [PHP] real time php

2002-06-24 Thread Erik Price
On Monday, June 24, 2002, at 10:04 AM, adi wrote: > How to make a function for refreshing values in php pages, without > pressing Refresh button. What must i read? There's a meta tag that will auto-refresh the page after a specified number of seconds. That will work. But you can't re-popula

[PHP] real time php

2002-06-24 Thread adi
I have a program in php, with access at mysql database. The problem is, my users have to access Refresh button anytime when they want to see real time values in database. How to make a function for refreshing values in php pages, without pressing Refresh button. What must i read? Any help will