View Single Post

  #1 (permalink)  
Old 12-28-2006
Nakkie
 
Posts: n/a
Default Opening html files from PHP script

Hi
Thanx guys for the previous help on authentication.
I could not get hold of my host, so decided I'll just go with form
authentication iso Apachy - works fine now.

could anyone give me the code to open an html page from my login page? in
other words, once a user logs in, he/she is derected to another page?
in my current code I have: echo "memberarea/members.html";
for a successful login
This needs to be swapped with what ever code to open a page.....


Reply With Quote