PHP Interview Questions
Questions Answers Views Company eMail

how to store date to database

ConSim,

5 7271

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 3193

how to select the multiple data in selection button

xasis technologies,

1 3430

How to upload and play video in Php when u r in localhost?

HCL,

3 10169

how to make website package setup like desktop software setup ... that front end and backend can include in setup like single package...?

1458

how to register website in internet

2 3203

what is code for email sending through localhost pc..?

2 4540

m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....

1725

what is Abbreviavion of PHP?

6 5652

I 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 3913

hai plz inform me specific books fo0r paper1,paper2 and paper 3 of group2 examination... plz giv me at the earliest......

APPSC, HCL,

1 2710

i 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 6124

Make a "dynamic drop down list" with using only PHP,HTML and MySQL..

2 4834

how will i set pagination ?

2 3505

Is md5() is breakable if yes than how?

1 3484


Post New PHP Questions

Un-Answered Questions { PHP }

Why php script is not running in browser?

557


How to replace a substring in a given string?

547


What are the features and advantages of object-oriented programming in php?

488


What is difference between put and post method in http?

473


Tell me how can I display text with a php script?

511






What enctype is required for file uploads to work?

513


Is runtime polymorphism overriding?

486


What is $_ request in php?

493


Which is best framework for php?

555


Which is the latest version of php?

535


What is "print" in php?

518


How to call a php function from html button?

604


What is the main function of php?

519


What is composer phar?

494


What is slim framework?

496