PHP script for checking database updates
Posted: Tue Aug 10, 2010 3:47 pm
Hi,
I would like to implement the following scenario.
I have a database that contains longitude and latitude information about different nodes.
I would like to write a PHP script that checks if the table has a new entry, and if there is a new entry fetch the data and pass it to another script that uses the long/lat data to refresh the Google Map.
What would be the best way to solve this issue?
thanks in advance.
I would like to implement the following scenario.
I have a database that contains longitude and latitude information about different nodes.
I would like to write a PHP script that checks if the table has a new entry, and if there is a new entry fetch the data and pass it to another script that uses the long/lat data to refresh the Google Map.
What would be the best way to solve this issue?
thanks in advance.