On Sunday 19 September 2004 07:07, Martin Justra wrote: > 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=123 >456
Did you want to a) redirect the user to https://www.domain.com/... or b) display the contents of https://www.domain.com/...? > It's important that the password is not shown to everyone. > > I tried fopen() and anything like that but it didn't work. If it's (b) you're after then fopen() is one of the possible solutions. So HOW did it not work? -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* over in west Philadelphia a puppy is vomiting ... */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php