i've the code to check the log in.
the login form is login.php
i checked the user @ index.php, i read the login .php page variable here.
its right,,,,
then on index.php i called the page home.php by using include('home.p hp'); its occurs when the user is right person. on this home.php i need the login.php page variable ie $un;
how i do that.
regards
chel-1
the login form is login.php
i checked the user @ index.php, i read the login .php page variable here.
its right,,,,
then on index.php i called the page home.php by using include('home.p hp'); its occurs when the user is right person. on this home.php i need the login.php page variable ie $un;
how i do that.
regards
chel-1
Comment