Here you will find more than 50000 job interview questions

Job Questions Search Engine


Sponsored Links

How does mysql and mysqli interfaces are different in PHP?

mysqli is the object-oriented version of mysql library functions.
So in object oriented PHP Programming mysqli is normally prefered

How do you call a constructor for a parent class in Object Oriented PHP?

September 5, 2010 by bigboss · Leave a Comment
Filed under: PHP Interview Questions 

parent::constructor($value)

How can you access MySQL function in PHP

MYSQL is not available as a default feature it must be created by the user. You can use –with-mysql=DIR function to make available SQL on your system. Compiling PHP functions with MYSQL will increase the support and functioning of the language. MYSQL should be installed where there are extensions of PHP

What is Type juggling in PHP ?

August 7, 2010 by bigboss · Leave a Comment
Filed under: PHP Interview Questions 

PHP uses Type juggling similar to the way Perl uses. Variable is defined in the context in which it is used. It doesn’t require any explicit definition for a function to perform its duties. For example if a string value is assigned to a variable it is defined as string.

  • Categories

    |
  • Tags

    ADO.NET Questions Algorithm Questions ASP.NET Questions auto_ptr Binary tree questions C++ Constructor Interview Questions C++ Questions CISCO Exams Questions Common Interview Questions Core Java Interview Questions Csharp Questions datastructure questions Delphi 6 find command gdb interview questions grep interview questions IBM certification exams questions Infosys Puzzles Java Struts Linked List Problem Linux Command Questions List Manager Interview Questions Markov Algorithm memory leakage mysql Interview Questions Normalization Oracle Application Developer Certification Exam Interview Questions Oracle Questions Perl Questions PHP Questions Pointers Interview Questions PostgreSQL Database Questions pthread interview questions Smart Pointer Solaris Interview Questions SQL SERVER Interview Questions STL STL Map Symbian OS Tricky Interview Questions Unix Interview Questions unix shell Vector Windows OS Questions