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 31-40 of 62 Questions
<< Previous 1 2 3 [4] 5 6 7 Next >>
 Sponsored Links

 
 PHP Interview Questions
Sorting Options :  

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: The effect is on the performance. If the queries are not properly designed, it can stagate the pages where the data is retrieved from database. But we can always go for indexes, hints (in Oracle), or limit(MySql) to improve the performance. ...

Latest Answer:  $len = strlen($str_name);for($i=($len-1); $i>=0;$i--)  {   echo $str_name[$i];  } ...
Read Answers (3) | 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 onchange event ...

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

Latest Answer: we have to check the MySQL connection if its not properly get check domain name and password in oracle 10g or 11g you should check the communication port authentication. otherwise it should not create oracle or MySQL error just give time out error .its ...
Read Answers (4) | Asked by : Anu

The require() statement includes and evaluates the specific file. The include() statement includes and evaluates the specified file include() produces a Warning while require() results in a Fatal Error. 
Latest Answer: The two constructs are identical in every way except how they handle failure. ...
Read Answers (2) | Asked by : Rasmi ranjan sahoo

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