Boileris Posted April 3, 2005 Report Share Posted April 3, 2005 pass.php $user['lietotjaas']="parole" $login = $_POST['name']; $passw = $_POST['pass']; include('pass.php'); if($login ==''or $passw == '') { echo "nav ievadiita parole vai logins"; } else if($user[$login]==$passw) { ... kaa taalaak sataisiit, lai ja parole ir pareiza lietotaajs tiktu aizsuutiits uz lapu, piemeram, page1.php , bet ja nepareiza, piemeeram, page2.php :unsure: Link to comment Share on other sites More sharing options...
rudzis Posted April 3, 2005 Report Share Posted April 3, 2005 1. include("lapa1.php"); , ja tā ir vienīgā lapa, kuru lietotājs varēs redzēt. 2. header("location: lapa1.php"); - šādā gadījumā iesmērē cepumu līdz sesijas beigām, un iekš lapa1.php pārbaudi vai viņš eksistē. Ja nē, tad met atpakaļ uz loginu. Link to comment Share on other sites More sharing options...
Boileris Posted April 3, 2005 Author Report Share Posted April 3, 2005 liels thnx, :) es PHP tik nedeelju maacos taapeec pagaidaam pietiek ar 1. variantu :rolleyes: Link to comment Share on other sites More sharing options...
Recommended Posts