Sending parameters to other sites
- by moustafa
look here first
http://stackoverflow.com/questions/2883338/how-can-i-send-a-date-from-one-site-to-other-sites
let me change the question a bit, i didnt really explain myself properly.
What i intend to do is get z.php to read a text file called 'sites.txt' which has a list of sites:
site1.com/a.php
site2.com/b.php
site3.com/c.php
to execute the…