I need a remote server to send me some data and was thinking I needed to do it with fopen(), although I am not real familiar with it.
I assume the remote server could call
fopen("mypage.php",'r'); and then that would open up mypage.php in the background and execute whatever I had on that page. Do I need to do anything special in teh mypage.php file or does it just excecute whatever code I have there? Is this correct? If not, how could I get someone to pass variables to a page that I will hten use to insert into DB.