use HTTP to send variables to php.
#5

Make it protected with a password or something, which gets passed with the POST data, or make it only allow connections from your server's IP.

PHP код:
if($_POST['passkey'] != 'passkey_goes_here') die(); 
Reply


Messages In This Thread
use HTTP to send variables to php. - by EviLpRo - 24.04.2012, 20:00
Re: use HTTP to send variables to php. - by AndreT - 24.04.2012, 20:04
Re: use HTTP to send variables to php. - by Vince - 24.04.2012, 20:05
Re: use HTTP to send variables to php. - by EviLpRo - 24.04.2012, 20:13
Re: use HTTP to send variables to php. - by MP2 - 24.04.2012, 21:21

Forum Jump:


Users browsing this thread: 1 Guest(s)