GeekInterview.com
  I am new, Sign me up!
 

PHP Interview Questions


PHP Interview Questions

Questions: 74
Comments: 284
 PHP Tags
 Showing Questions 41-50 of 74 Questions
<< Previous 1 2 3 4 [5] 6 7 8 Next >>
 Sponsored Links

 
 PHP Interview Questions
Sorting Options :  

Latest Answer: $$message  - this is called as variables variablesee...$message = "Welcome";$$message = "World";Now we can echo above strings likeecho $message.$welcome;This weill print we "WelcomeWorld"Note : variable's value can ...
Read Answers (7) | 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

i.e. if there is a 5,00,000 records on the database is it affect website. what is the solution for this. 
Latest Answer: Website will get slow by large number of data but it can be reduced to as minimal as really less data by using some database techniques like. Indexing the columns which you want to use for search or comparing with other columns. There ary many techniques ...

Latest Answer:
Read Answers (4) | Asked by : Laxminarayan

Latest Answer: Inline styles are styles that are written directly in the tag on the document. Inline styles affect only the tag they are applied to.e.g. ...

Latest Answer: Both the functions are used to Split a string. However, Split is used to split a string using a regular expression. On the other hand, Explode is used to split a string using another string. e.g explode (" this", "this is a string"); ...
Read Answers (2) | Asked by : What is difference between Split and Explode

Latest Answer: The include_once() statement includes and evaluates the specified file during the execution of the script. This is a behavior similar to the include() statement, with the only difference being that if the code from a file has already been included, it ...
Read Answers (1) | Asked by : hyderoei

Latest Answer: By Adding AJAX and by calling it onchange event of Selection Boxfunction AjaxFunction(cat_id){var httpxml;try  {  // Firefox, Opera 8.0+, Safari  httpxml=new XMLHttpRequest();  }catch (e)  {  // Internet Explorer    ...

Latest Answer: strstr($needle,$string) function will search $needle in $string if its found then it will return the rest of string after that needle. like strstr(@,br.rizwan@gmail.com) will return gmail.com only....Ans stristr is case insensitive..Rest of functionality ...
Read Answers (2) | Asked by : kinnari mishra

Split - Splits string into array by regular expression.Explode - Split a string by stringHope this helps 
Latest Answer: In Split You can use regular Expression like split('[/.-]', $string); ...
Read Answers (3) | Asked by : Paddy

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

Ask A Question
Go Top
 Sponsored Links

 
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
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape