On Sun, 19 Sep 2004 01:07:25 +0200, Martin Justra <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I want to write a script which does the following:
> 
> You enter http://www.test.com/test.php?number=123456
> 
> and the script shows the site
> https://www.domain.com/direct_access.do?usert=test&password=test&number=123456
> 

I have a site with a similar need.  I accomplished it using the Curl
extension, it's documented in the PHP manual.  If you'd like to give
it a shot, search the manual for curl_init.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to