GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

PHP Interview Questions


PHP Interview Questions

Questions: 62
Comments: 195
 PHP Tags
 Showing Questions 21-30 of 62 Questions
<< Previous 1 2 [3] 4 5 6 7 Next >>
 Sponsored Links

 
 PHP Interview Questions
Sorting Options :  

Latest Answer: MySQL 5.1 supports the following storage engines: MyISAM InnoDB Memory Merge Archive Federated NDB CSV Blackhole http://dev.mysql.com/doc/refman/5.1/en/storage-engine-overview.html ...
Read Answers (1) | Asked by : Prakash

Latest Answer: The Zend Engine is an open-source scripting engine, ...
Read Answers (1) | Asked by : swapna chenna

Latest Answer: GETHEADPOSTPUTDELETETRACECONNECTOPTIONSREF: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html ...
Read Answers (4) | Asked by : surender singh

Q1: Describe the process from a users web browser, to the web-server and back again.Q2: How would you check that a string is a palindrome?*hint* using only one statement.Q3: What's the maximum size of integral numbers in PHP? How would you manipulate very large numbers? (e.g. 8+ billion)Q4: What is 'htmlentities' and it's relationship with preventing XSS attacks/vulnerabilities?Q5: Describe the differences between the object models in PHP 4 and PHP 5.
Read Answers (4) | Asked by : Hardik Bhavsar

Latest Answer: Yes, Php supports Inheritance.Lets go for an example,Class Pay{      var $Amt=10;      var $M="";      Function CheckAmt($Amt){               ...

Latest Answer: Three are three types of errors:1. Notices: These are trivial, non-critical errors that PHP encounters while executing a script - for example, accessing a variable that has not yet been defined. By default, such errors are not displayed to the user at ...

Latest Answer: Some special characters in PHP like, single quote( ' ), double quote( " ), amperson ( & ) etc. are escape by slash its called magic quotes. Its useful for beginner programmer. ...

Latest Answer: "switch" statements are faster because with a switch, PHP compares an original value to a set of case values, the same holds with javascript... With an if else statement, it needs to do more parsing. The differences here are going to literally un-noticable, ...

Latest Answer: $message is simple variable$$message is reference of variableThanks,Vishal ...
Read Answers (6) | Asked by : trivendra singh

Since the data inside the single-quoted string is not parsed for variable substitution, it’s always a better idea speed-wise to initialize a string with single quotes, unless you specifically need 
Latest Answer: If the string is enclosed in double-quotes, PHP understands more escape sequences for special characters. Escape sequences for special characters will not be expanded when they occur in single quoted strings. ...
Read Answers (2) | Asked by : illahi

View page << Previous 1 2 [3] 4 5 6 7 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 
Free White Papers & Software


Vulnerability Management
for Dummies eBook

 


 

Request Your Copy
 



Free: 60-Day Trial
Microsoft Office Project

 


 

Request Now
 



The 7 Things that
IT Security Professionals
MUST KNOW!

 


 

Request Your Free eBook

 
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape