HI,
I have set up a dynamic IP Domain. You can update the IP to the domain by requesting a URL like this:
http://registrar.com?domain=mydomain.org&password=4kdud982023hjsd&host=icq&ipaddress=1.1.1.1.1
I want to have a script that simply gets the IP and builds and requests that URL. I'll then have that script run every so often with a cron.
Would I use a simple header() to achieve this? I wasn't sure since there will be no output.
Any help is greatly appreciated.