View Single Post
  #3  
Old 05-02-2010, 10:44 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You can use requesturl and send that value to your php server using get requests.

I.e:

PHP Code:
function onCreated() {
  
temp.url "http://www.example.com/update.php?var=whatever&value=somevalue";
  
requesturl(temp.url);

Then in your PHP page access the GET values and use some functionality and save it to a text file or in a database.
__________________
Quote:
Reply With Quote