1 Message
Digest #1972
Message
Wed Sep 17, 2014 8:36 pm (PDT) . Posted by:
"Nandini" a.maheshi
________________________________
PHP INTERVIEW QUESTIONS
Download Free Interview Questions eBook of 500 Questions
(If you do not have a Yahoo! account, you can get it by simply sending a blank email to CoolInterview-Subscribe@yahoogroups.com and confirm the verification email received. Once your email is confirmed, we will instantly send the download link to you.)
PHP Interview Questions
* What is the difference between Split and Explode?
http://www.coolinterview.com/interview/18165/
* Difference between mysql_connect and mysql_pconnect?
http://www.coolinterview.com/interview/15264/
* What is the use of obj_start()?
http://www.coolinterview.com/interview/18158/
* What is the difference between session_register and $_session?
http://www.coolinterview.com/interview/18150/
* How do you capture audio/video in PHP?
http://www.coolinterview.com/interview/18169/
* Where does the PHP session stored, either client side or server side?
http://www.coolinterview.com/interview/18151/
* How can I maintain the count of how many persons have hit my site?
http://www.coolinterview.com/interview/6169/
* Explain about the $_GET variable of PHP?
http://www.coolinterview.com/interview/22245/
* What are new features that are in added in PHP5?
http://www.coolinterview.com/interview/18175/
* How to prevent form hijacking in PHP?
http://www.coolinterview.com/interview/18174/
* How i can make a chat page in php in simple?
http://www.coolinterview.com/interview/6171/
* Describe about PHP error and logging information?
http://www.coolinterview.com/interview/22247/
* What is difference between require_once(), require(), include()? Because above three function usefully use to call a file in another file.
http://www.coolinterview.com/interview/6178/
* How To Write the FORM Tag Correctly for Uploading Files?
http://www.coolinterview.com/interview/28312/
* What is difference between mysql_fetch_array(),mysql_fetch_row() and mysql_fetch_object() please insert with example?
http://www.coolinterview.com/interview/6170/
* How to handle drop down box change event without refreshing page?
http://www.coolinterview.com/interview/18167/
* Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?
http://www.coolinterview.com/interview/28319/
* How would you initialize your strings with single quotes or double quotes?
http://www.coolinterview.com/interview/18163/
* What is difference between mysql_connect and mysql_pconnect?
http://www.coolinterview.com/interview/6173/
* How do download in php ?
http://www.coolinterview.com/interview/13083/
* Which will execute faster on php POST or GET? Explain
http://www.coolinterview.com/interview/18176/
* What are the different tables present in MySQL? Which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10))?
http://www.coolinterview.com/interview/28320/
* How can we submit a form without a submit button?
http://www.coolinterview.com/interview/18172/
* I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what's the problem?
http://www.coolinterview.com/interview/28318/
* What is meant by urlencode and urldecode?
http://www.coolinterview.com/interview/28314/
* What Is a Persistent Cookie?
http://www.coolinterview.com/interview/28309/
* What are the valid values for xlink:actuate and xlink:show?
http://www.coolinterview.com/interview/28328/
* What is meant by PEAR in php?
http://www.coolinterview.com/interview/28305/
* How i will check that user is, logged in or not. i want to make it a function and i want to use in each page and after login i want to go in current page(same page. where i was working)?
http://www.coolinterview.com/interview/6175/
* Explain about PHP filter and why it should be used?
http://www.coolinterview.com/interview/22257/
* How do we know browser properties?
http://www.coolinterview.com/interview/6176/
* What is the difference between echo and print statement?
http://www.coolinterview.com/interview/6172/
* How to add multiple categories through PHP?
http://www.coolinterview.com/interview/18171/
* Explain about looping in PHP?
http://www.coolinterview.com/interview/22250/
* What is the difference between mysql_fetch_object and mysql_fetch_array?
http://www.coolinterview.com/interview/28316/
* What is the use of sprintf() function?
http://www.coolinterview.com/interview/17692/
* How can I maintain the count of how many persons have hit my site?
http://www.coolinterview.com/interview/10847/
* Name and explain five of the PHP error constants?
http://www.coolinterview.com/interview/22248/
* What are the differences between require and include, include_once?
http://www.coolinterview.com/interview/28313/
* What do you need to do to improve the performance (speedy execution) for the script you have written?
http://www.coolinterview.com/interview/18170/
* What is the alternative structure for control structures?
http://www.coolinterview.com/interview/22254/
* What is the difference between $message and $$message?
http://www.coolinterview.com/interview/28308/
* difference between require() and include()
http://www.coolinterview.com/interview/18168/
* What does the URI used as an XML namespace name point to?
http://www.coolinterview.com/interview/28344/
* How do you create subdomains using PHP?
http://www.coolinterview.com/interview/18153/
* Is Inheritance supported in PHP?
http://www.coolinterview.com/interview/18162/
* Explain about switch statement in PHP?
http://www.coolinterview.com/interview/22255/
* Explain about the data types in PHP?
http://www.coolinterview.com/interview/22241/
* What does a special set of tags do in PHP?
http://www.coolinterview.com/interview/28310/
* What Is a Session?
http://www.coolinterview.com/interview/28304/
* What exactly is validating and sanitizing?
http://www.coolinterview.com/interview/22259/
* How To Get the Uploaded File Information in the Receiving Script?
http://www.coolinterview.com/interview/28315/
* Explain about PHP cookies?
http://www.coolinterview.com/interview/22246/
* How can I embed a java program in php file and what changes have to be done in php.ini file?
http://www.coolinterview.com/interview/44338/
* How can I execute a PHP script using command line?
http://www.coolinterview.com/interview/28317/
* What is the difference between PHP4 and PHP5?
http://www.coolinterview.com/interview/44308/
* What are the different filter functions used to filter a variable?
http://www.coolinterview.com/interview/22258/
* How many ways we can we find the current date using MySQL?
http://www.coolinterview.com/interview/44294/
* What are the advantages of stored procedures, triggers, indexes in PHP?
http://www.coolinterview.com/interview/44326/
* Explain normalization concept?
http://www.coolinterview.com/interview/44328/
* What is the use of header() function in php?
http://www.coolinterview.com/interview/18152/
* How can we repair a MySQL table?
http://www.coolinterview.com/interview/28307/
* How many ways can we get the value of current session id?
http://www.coolinterview.com/interview/44342/
* What is meant by nl2br()?
http://www.coolinterview.com/interview/44309/
* How many ways we can pass the variable through the navigation between the pages?
http://www.coolinterview.com/interview/44288/
* What type of headers have to be added in the mail function to attach a file?
http://www.coolinterview.com/interview/44335/
* Explain about Type Juggling in php?
http://www.coolinterview.com/interview/44337/
* What changes I have to do in php.ini file for file uploading?
http://www.coolinterview.com/interview/44334/
* What is htaccess?
http://www.coolinterview.com/interview/18155/
* How many values can the SET function of MySQL take?
http://www.coolinterview.com/interview/44290/
* How To Concatenate Two Strings Together in PHP?
http://www.coolinterview.com/interview/44221/
* What is the functionality of MD5 function in PHP?
http://www.coolinterview.com/interview/44299/
* In case of download in php, How will you make a percentage bar showing current status of total 100%?
http://www.coolinterview.com/interview/18177/
* What is the difference between ereg_replace() and eregi_replace()?
http://www.coolinterview.com/interview/44258/
* What's PHP?
http://www.coolinterview.com/interview/28303/
* Explain the ternary conditional operator in PHP?
http://www.coolinterview.com/interview/44340/
* What are the current versions of Apache, PHP, and MySQL?
http://www.coolinterview.com/interview/44321/
* How can we encrypt and decrypt a data present in a mysql table using mysql?
http://www.coolinterview.com/interview/44298/
* What Is a Persistent Cookie in PHP?
http://www.coolinterview.com/interview/44239/
* What is the difference between md5(), crc32() and sha1() crypto on PHP?
http://www.coolinterview.com/interview/44292/
* How To Read the Entire File into a Single String?
http://www.coolinterview.com/interview/44343/
* What is the functionality of the function htmlentities?
http://www.coolinterview.com/interview/44313/
* What is the difference between the functions unlink and unset?
http://www.coolinterview.com/interview/44273/
* What is the difference between include and require?
http://www.coolinterview.com/interview/44341/
* How to use PHP to delete cookies when browser is close?.is it possible
http://www.coolinterview.com/interview/43862/
* What is the difference between Reply-to and Return-path in the headers of a mail function?
http://www.coolinterview.com/interview/44336/
* How can we destroy the cookie in PHP?
http://www.coolinterview.com/interview/44320/
* What is a PHP accelerator?
http://www.coolinterview.com/interview/22244/
* What would be the differences between PHP and Java?
http://www.coolinterview.com/interview/18156/
* How can we change the data type of a column of a table?
http://www.coolinterview.com/interview/44302/
* What is a cookie , explaing by code ?
http://www.coolinterview.com/interview/29100/
* How To Turn On the Session Support in PHP?
http://www.coolinterview.com/interview/44339/
* How To Protect Special Characters in Query String?
http://www.coolinterview.com/interview/44262/
* What is the diffrence between Notify URL and Return URL?
http://www.coolinterview.com/interview/18160/
* How can we extract string abc.com from a string http://info@abc.com using regular expression of php?
http://www.coolinterview.com/interview/44272/
* How do you pass a variable by value?
http://www.coolinterview.com/interview/28322/
* Explain about objects in PHP?
http://www.coolinterview.com/interview/22243/
* How can i get ip address?
http://www.coolinterview.com/interview/6174/
* For printing out strings, there are echo, print and printf. Explain the differences.
http://www.coolinterview.com/interview/44281/
* How can we know the number of days between two given dates using PHP?
http://www.coolinterview.com/interview/28306/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
FREE GATE EXAM PREPARATION RESOURCES
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
<*> http://www.onestopgate.com - Complete Resources on GATE Exam (General Aptitude Test of Engineering). Visit now at http://www.onestopgate.com
<*> http://forum.onestopgate.com - GATE Discussion Forum - Share all your experiences and discuss all the queries here at http://forum.onestopgate.com
<*> http://groups.yahoo.com/group/OneStopGATE/join - JOIN ONESTOPGATE GROUP - Join OneStopGATE group now and receive the latest information and preparation material on GATE Exam now! http://groups.yahoo.com/group/OneStopGATE/join
---------------------------------------------------------------
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
FREE GATE EXAM PREPARATION RESOURCES
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
<*> http://www.onestopgate.com - Complete Resources on GATE Exam (General Aptitude Test of Engineering). Visit now at http://www.onestopgate.com
<*> http://forum.onestopgate.com - GATE Discussion Forum - Share all your experiences and discuss all the queries here at http://forum.onestopgate.com
<*> http://groups.yahoo.com/group/OneStopGATE/join - JOIN ONESTOPGATE GROUP - Join OneStopGATE group now and receive the latest information and preparation material on GATE Exam now! http://groups.yahoo.com/group/OneStopGATE/join
---------------------------------------------------------------
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join
Join http://groups.yahoo.com/group/OneStopGATE/join