Right Place For Right PersonTM 
Sponsored Ads
Home Tutorials Articles Forums Source Code Books Certifications Interviews Questions
Total Questions:-92     Goto Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

PHP Interview Questions And Answers

Page 1

Question :
How session will work when we disable cookies of client browser?
Answer

Answer:>
Session is kind of cookie who is work on server side.For working of session on server side cookies should be enable on server side and also on client side browser.
 But session will also work when cookies are disable on client side by using URL session passing.

User Name:Vivek
Date:13.01.09

Question :
How we use array_search() in PHP?
Answer

Answer:>
When we use array_search() function if it found the particular value than it will return index corresponding to array value.
Example:
<?php
$Emp_name_array = array(0 => 'vivek', 1 => 'umang', 2 => 'shrish', 3 => 'jalees');
$key = array_search('umang', $Emp_name_array); 
// return $key = 1;
$key = array_search('vivek', $Emp_name_array);   // return $key = 0;
?>

User Name:Vivek
Date:13.01.09

Question :
How you differentiate among sort(),assort() and Ksort()?
Answer
Question :
How to print \ in php with out using . or *?.
Answer

Answer:>
I have given you a example which definitely solved your query.
Example:
<?php 
print "\\"; 
?>
output:
\\

User Name:Vivek
Date:13.01.09

Question :
Why is PHP-MySQL used for web Development?
Answer

Answer:>
We use PHP-MySQL in web development because both are open source means both free to use. Both when MySQL work with PHP it gives result much faster than when MySQL work with Java/.Net/Jsp.    

User Name:Vivek
Date:13.01.09


Goto Page:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

PHP Objective

PHP Objective Questions And Answers

PHP Interview Questions And Answers

PHP Subjective Questions And Answers

R4R,PHP Objective, PHP Subjective, PHP Interview Questions And Answers,PHP,PHP Interview,PHP Questions ,PHP Answers

Contact Us

Interview Questions And Answers
Struts interview questions and answers (Subjective)
500 Java Objective Questions and Answer
Core Java Objective Questions And Answers
Core Java Subjective Questions And Answers
Core Java Interview Questions And Answers
Core Java Interview Questions and Answers (Subjective)
Core Java Interview Questions and Answers( Objective)
50 Servlet interview questions
155 Java Interview Questions
EJB Interview Questions and Answers(Subjective)
R4R,JSP Interview Questions and Answer(Subjective)
R4R,Java Servlets Interview Questions and Answers(Subjective)
Core Java Subjective ,Objective and Interview Questions And Answers
275 Core java interview questions
Java Objective Questions and Answer
Java Architect Interview Questions
Applet Interview Questions and Answers
Core Java example
Servlet Objective Questions And Answers
Servlet Subjective Questions And Answers
Servlet Interview Questions And Answers
JSP Objective Questions And Answers
JSP Subjective Questions And Answers
JSP Interview Questions And Answers

Contact US:

Your Name:


Your Email:

Message:

Comments:

Give Your Comments:

Your Name:
Your Email ID :
Comments :

Advertiser PRIVACY POLICY ||User PRIVACY POLICY || R4R Group Srvices