Current Page: 1 of 1
Results 1 - 3 of 3
10 years ago
zayadjaffar
Thanks Otomatic (Moderator) ... Problem Solved
Forum: WampServer English
10 years ago
zayadjaffar
See my code, whats wrong in it??? <?php include("../conn/conn.php" session_start(); ?> <?php // login. if($_GET['action']=="login"{ $username=$_POST['username']; $password=$_POST['password']; $sel=mysql_query("select * from users" while($ss=mysql_fetch_array($sel)){ $userdb=$ss['username']; $passdb=$ss['password']; if($username==$u
Forum: WampServer English
10 years ago
zayadjaffar
( ! ) Notice: Undefined index: action in C:\wamp\www\PHP\php-practice\University\admin\login.php on line 7 Call Stack # Time Memory Function Location 1 0.0020 144848 {main}( ) ..\login.php:0 My code is perfect and working hundred percent correct. i dont know what is the problem, i think problem is in php.ini but i dont know how to fix it.
Forum: WampServer English
Current Page: 1 of 1