RSS Feed for PHP Interview QuestionsCategory: PHP Interview Questions

What are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()? »


What changes I have to done in php.ini file for file uploading? »


What is the default session time in php and how can I change it? »


How can we know that a session is started or not? »


How many ways we can give the output to a browser? »


How can I load a DLL dynamically? »


How can I use the COM components in php? »


What is meant by PEAR in php? »

PEAR is the next revolution in PHP. This repository is bringing higher level programming
to PHP. PEAR is a framework and distribution system for reusable PHP components. It
eases installation by bringing an automated wizard, and packing the strength and
experience of PHP users into a nicely organised OOP library. PEAR also provides a
command-line interface that can be [...]