--- ascll <[EMAIL PROTECTED]> wrote:
> Could I use the PHP to maintain a persistent connection with MySQL
> database?

Yes:

www.php.net/mysql_pconnect

> My persistent connection here should work in this way: -
> 
> 1)  Using the .php file the retrieve data from Table_A that contain
> 2 fields 'Field_A' and 'Field_B', with the value 'Value_A' and
> 'Value_B' respectively 2)  Once the value for 'Field_A' and 'Field_B'
> changed to 'Value_C' and 'Value_D', my .php page should be changed
> accordingly, in real time.

That makes no sense to me.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to