Posting to another Site?

Posted on 16th Feb 2014 by admin

I have software that people install.
When they install it, is there a way to make it post their domain name to my website?

I know I could do a header('location: http//www.mysite.com/id=?domain.com'); then handle it anyway from mysite.com I wanted. But I don't want to force the user to to actually go to my page.

I dont know much about cURL or what it does, hopefully I dont have to use it because I dont want to require additional plugins for the current software.

Is there a way to post to another domains url without actually refreshing the page?

Other forums