RE: [PHP-DB] Dynamic Website Question!
From: Bronislav Klucka (Bronislav.Klucka_at_pro2-soft.com)
Date: 11/30/03
- Next message: Bronislav Klucka: "RE: [PHP-DB] Dynamic Website Question!"
- Previous message: Jerry: "RE: [PHP-DB] Dynamic Website Question!"
- Maybe in reply to: Jerry: "RE: [PHP-DB] Dynamic Website Question!"
- Next in thread: Bronislav Klucka: "RE: [PHP-DB] Dynamic Website Question!"
- Reply: Jerry: "RE: [PHP-DB] Dynamic Website Question!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "PHP Konference" <php-general@lists.php.net>, "JeRRy" <jusa_98@yahoo.com> Date: Sun, 30 Nov 2003 09:21:16 +0100
> I want to have a PHP website that feeds information
> off a mysql database. But generally changes occour
> and instead of asking users to refresh the page to get
> the updates is there a way to provide the updates
> without them needing to refresh the page?
>
> E.G. For like shooping Carts, Chat rooms, etc...
>
> Is there a way in PHP or something to make updates
> show up live as they happen instead of the yucky meta
> refresh tag in HTML?
>
> Thanks for your time in advance.
I'm sorry, I always dissapoint you, but what ever you want to send to
browser must be demend by the browser. I mean you can tell browser to reload
part of the page, browser has to ask for it, you can send more information
to the browser and then use DHTML to provide the showing, or hiding...
There is only one way how to do, what you want (but it always ask the
server, only user will not see reloading). The way is to have 2 frames: 1st
for showing the content and the second to refresh every 1 min. (or as you
want), receive informations and using DHTML change the content of the first
frame, the secomd frame could be at the bootom of the browser, 1pixel
height, to be "invisible"
Brona
- Next message: Bronislav Klucka: "RE: [PHP-DB] Dynamic Website Question!"
- Previous message: Jerry: "RE: [PHP-DB] Dynamic Website Question!"
- Maybe in reply to: Jerry: "RE: [PHP-DB] Dynamic Website Question!"
- Next in thread: Bronislav Klucka: "RE: [PHP-DB] Dynamic Website Question!"
- Reply: Jerry: "RE: [PHP-DB] Dynamic Website Question!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|