How to send info and run php script?

Hi,

does anybody have any example code of how to send variables to a php server and run a php script.

Thanks

Gaz [import]uid: 8699 topic_id: 8313 reply_id: 308313[/import]

sorted now. I found the post I was looking for. [import]uid: 8699 topic_id: 8313 reply_id: 29665[/import]

Hello, could you share the post link ?

Regards.
Francisco. [import]uid: 11749 topic_id: 8313 reply_id: 29810[/import]

Communicating with php scripts is generally done with commands inserted in the URL, like so:
http://www.mysite.com/script.php?var=1&val=2

Actually calling the URL is done with standard HTTP:
http://developer.anscamobile.com/content/network-0 [import]uid: 12108 topic_id: 8313 reply_id: 29820[/import]

here is the post I used,

http://developer.anscamobile.com/forum/2010/10/25/sending-email-within-program

I haven’t had chance to try it yet but it puts me in the right direction! [import]uid: 8699 topic_id: 8313 reply_id: 29824[/import]

Thanks. [import]uid: 11749 topic_id: 8313 reply_id: 29826[/import]