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 ? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.