Greetings, Could I use the PHP to maintain a persistent connection with MySQL database?
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. Thanks in advance. ascll [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php