Forum Moderators: coopster
What I'd like to do is as follows. Everytime a new entry is entered into a database (whether entered automatically with URL variables or through a webform) a url is "pinged" with the new information.
For example, say I enter the following items into a database
Entry1 Entry2 Entry3
A url is generated similar to the link below
www.test.com/ping.php?id=Entry1&name=Entry2&town=Entry3
and executes it self by visiting another predefined url with the newly entered information. Where do I begin and what's the best method of accomplishing this?