Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host
2 4168how to make website package setup like desktop software setup ... that front end and backend can include in setup like single package...?
1942m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
2211I am working in VFP with no knowledge of web programming.I want to learn web database programmin. Can I choose PHP and MYSQL for that?
2 4837hai plz inform me specific books fo0r paper1,paper2 and paper 3 of group2 examination... plz giv me at the earliest......
1 3316i start a new session with : session_start(); then i set some session variable like this : $_SESSION['name']=$_POST['name'];\ and some another variables. at bottom of page i set header to diffrent page : header('location: index.php'); exit(); now in new page (index.php i can't access to my session variables, like $_SESSION['name']) what's wrong ? thanks. here is my files : a.php ======================================== session_start(); require ('config.inc.php'); if(isset($_POST)) foreach($_POST as $v=>$k) { $items[$v]=$k; } $sql="SELECT * FROM members WHERE username='{$items['user']}' AND pass=MD5('{$items['Password']}') "; $res=mysql_query($sql); $row=mysql_fetch_assoc($res); if($row['username']) { $_SESSION['type']=$row['type']; $_SESSION['name']=$row['name']; $_SESSION['family']=$row['family']; $_SESSION['username']=$row['username']; $_SESSION['date']=$row['date']; } header('location: admin.php'); exit(); ====================================== admin.php ===================================== . . . =================================
5 7413
Why delimiter is used in mysql?
What is difference between echo and print in php?
Tell me what types of loops exist in php?
How do I see how many pages per session in google analytics?
What does echo mean in php?
Which is a perfect example of runtime polymorphism?
Tell me what is the actually used php version?
What is framework in php for beginners?
What does mysqli_query return?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
How send email using php?
What should be the length of variable for SHA256?
Which MySQL function would you use to select a database?
What is an array in php?
How to assigning a new character in a string using php?