Hi y'all,
I'm just started with PHP for a few months and I want to create a 'remote login' system; I want to be able to login from my own website on another website without 'visible loading' that other website. The other website uses .cgi scripts (Perl???).
After logging on, I call a URL (from my website) which performs a task on the other website I just logged on to. After this, I log back off again.
When I want to logon I simply pass thru the form-fields from the HTML page (other website) in a URL (for example : http://www.website.com/script.cgi?para1=val1¶2=val2...etc).
When I want to execute the task on the other website, I do the same -> I execute the URL in a browser with the argument list. This all works fine, BUT..... it doesn't work when I execute these URL's from a PHP script. 😕 WHY?!?!?! Everything is the same, except the presense of my browser (IE5.5 btw)?!?!?!?!?!
It looks like the logon part goes wrong, what causes the next URL's to fail too, because you have to be logged on to do something. Does that other website sets a session or something?! If so, then it should be possible to enable/create/use/etc this session also without a browser?
Can someone please help me?! Thanx!
Regards,
[FX]