| | | | Question Answer Tutorial - Web Designing->PHP | | | | Question: What PHP stands for? | | Answer: Pre Hypertext Process
| | | | | | | | Question: Which of the following tags is a valid way to begin and end a PHP code block? | | Answer: <?php ?>
| | | | | | | | Question: mysql_connect() does not take following parameter | | Answer: database name
| | | | | | | | Question: How does the identity operator === compare two values? | | Answer: It converts them to a common compatible data type and&n bsp;then compares the resulting values
| | | | | | | | Question: Under what circumstance is it impossible to assign a default value to a parameter while declaring a function? | | Answer: When the parameter is being declared as passed by refer ence
| | | | | | | | | | | | |