HektoR Posted January 5, 2009 Share Posted January 5, 2009 hello ! i want to make something like this : i have 2 php file. 1.insert.php 2.check.php with insert .php i can insert query in my database. but with check.php i want to check my database, but how, i want to check.php reload when database is updated is it possible ? Link to comment https://forums.phpfreaks.com/topic/139524-auto-reload-when-database-will-update/ Share on other sites More sharing options...
rhodesa Posted January 5, 2009 Share Posted January 5, 2009 for sending data to the server (aka the insert), you can just use a normal page submit or an AJAX call. for receiving data from the server (aka find out when the database has been updated) read this thread: http://www.phpfreaks.com/forums/index.php/topic,229182.msg1059980.html#msg1059980 Link to comment https://forums.phpfreaks.com/topic/139524-auto-reload-when-database-will-update/#findComment-729867 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.