ok this is a werid question, i have a caller id system running on a windows machne, which sends a phone number to a page on a linux box by the means of it opening a link like this
http://192.168.0.0.1/telesystem/index.php?action=new_call&area=01212&number=123456
for example, it then adds the number to a mysql database with a timestamp (so this acts lika call log) i then want to make it, so that it will search the database for this number and pull out there name, this isnt a poblem. I then want to make it so that when a new number is added to that page i need to open up a browser window on another machine or send some sort of notice that machine that this person is calling.
can anyone help??