Re: [PHP] real time php

2002-06-24 Thread Kevin Stone
Look into javascript location method or meta tags to performed timed refreshes of the browser window. Do a search on Google. You will find dozens of references to both techniques. -Kevin - Original Message - From: "adi" <[EMAIL PROTECTED]> To: "php-general" <[EMAIL PROTECTED]> Sent: Mon

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