PHP (3028)
Laravel PHP Framework (1078)
WordPress (1256)
Drupal (621)
Joomla (294)
Magento PHP (281)
CodeIgniter (272)
Zend (235)
CakePHP (128)
Yii PHP Framework (148) 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 4271how to make website package setup like desktop software setup ... that front end and backend can include in setup like single package...?
1983m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
2259I 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 4935hai plz inform me specific books fo0r paper1,paper2 and paper 3 of group2 examination... plz giv me at the earliest......
1 3393i 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 7581
Which cryptographic functions in php returns the longest hash value?
How do I test sending emails without actually sending emails to real addresses?
What is a php tag?
What do you know about zend layout?
am from coimbatore.am learning php&mysql. what will be the approx salary for me if i get a job in coimbatore.
What is php and its uses?
How to set cookies?
What does csrf token in laravel 5?
How do I secure wordpress?
How can we upload a file in php?
Which is considered more secured wordpress.com or wordpress.org?
How to convert a json string to an array in php?
How do I download wordpress?
What is name of first file the loaded when yii framework starts?
What is the database that magento supports?