0% found this document useful (0 votes)
42 views3 pages

PHP Interview Questions

PHP session is no different from a normal session. It can be used to store information on the server for future use. What Is the difference between $message and $$message? Latest Answer - $messages are used to store variable data. Urlencode and urldecode are used to encode a string that can be used in a url how can we increase the execution time of A PHP script?

Uploaded by

Kumar Arun
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views3 pages

PHP Interview Questions

PHP session is no different from a normal session. It can be used to store information on the server for future use. What Is the difference between $message and $$message? Latest Answer - $messages are used to store variable data. Urlencode and urldecode are used to encode a string that can be used in a url how can we increase the execution time of A PHP script?

Uploaded by

Kumar Arun
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

What Is a Session in PHP? Latest Answer - A PHP session is no different from a normal session.

It can be used to store Information on the server for future use

Explain the difference between $message and $$message? Latest Answer - $message is used to store variable data. $$message can be used to store variable of a variable How to set cookies in PHP? Latest Answer - Cookies are often used to track user information What is the difference between include and require? Latest Answer - Require () and include () are the same with respect to handling failures............. What is urlencode and urldecode? Latest Answer - Urlencode can be used to encode a string that can be used in a url What are the different types of errors in PHP? Latest Answer - Different types of errors are............ Explain how to submit form without a submit button. Latest Answer - A form data can be posted or submitted without the button in the following ways:............ What are the functions for IMAP? Latest Answer - IMAP is used for communicate with mail servers. It has a number of functions How can we increase the execution time of a php script? Latest Answer - Default time allowed for the PHP scripts to execute is 30s defined in the php.ini file What is Type juggle in php? For More Visit http://technoroseindia.blogspot.com

Latest Answer - Type Juggling means dealing with a variable type. In PHP a variables type............ What is the difference between mysql_fetch_object and mysql_fetch_array? Latest Answer - Mysql_fetch_object returns the result from the database as objects while............ What is the difference between the functions unlink and unset? Latest Answer - Unlink is a function for file system handling which deletes a file What is Joomla in PHP? Latest Answer - Joomla is an open source content management system What is zend engine? Latest Answer - Zend Engine is used internally by PHP as a complier and runtime engine What is the difference between Split and Explode? Latest Answer - Both the functions are used to Split a string. However, Split is used to split............ What is the difference between echo and print statement? Latest Answer - Echo can accept multiple expressions while print cannot

What is CAPTCHA? Latest Answer - CAPTCHA is a test to determine if the user using the system............ What is difference between developing website using Java and PHP? Latest Answer - In order to make interactive pages, java uses JSP (Java Server pages) How do you create sub domains using PHP? Latest Answer - Wild card domains can be used. Sub domains can be created by first creating............ How to upload files using PHP? For More Visit http://technoroseindia.blogspot.com

Latest Answer - Files can be uploaded in PHP by using the tag type=file
< /A>

What is the difference between Notify URL and Return URL? Latest Answer - Notify URL and Return URL is used in Paypal Payment Gateway integration Describe functions STRSTR() and STRISTR. Latest Answer - Both the functions are used to find the first occurrence of a string What are the various methods to pass data from one web page to another web page? Latest Answer - Different methods to pass data from one web page to another:............

For More Visit http://technoroseindia.blogspot.com

You might also like