I am trying to develop a front end for a website that isn't exactly user friendly. I want to recreate the site so to speak, by using the information from the original site, but parsing the information to my own personal style.
The problem I am having is requestion the page without displaying it. Here is an example.
I have a site with login.cgi in which the username/password are passed to for authintication. How can I authenticate and recive the information without displaying the login.cgi in the browser? I want to display login.php(my file) which has the same info, but edited in a format I like.
So I need to make a call to login.cgi, save its returned contents in a string(?) and parse the information I need from it and diaply it in a different format.
I know this can be done, but I haven't programmed PHP in a while and am a little rusty.
You suggestions are appreciated.
luckybob