I need a little PHP Help?

Nick Williams

New member
in this thingy i want to go to a website in the same folder... how would i do that?????

function displayLogin(){
global $logged_in;
if($logged_in){
(go to the filename here);
}
else{
 
Back
Top