click below
click below
Normal Size Small Size show me how
PHP
Chapters 1, 2, 3, 4
| Question | Answer |
|---|---|
| The source code for PHP can be viewed in the client browser. (True / False) | False |
| Both the echo and print statements return a value of 1 if successful and 0 if not successful. (True / False) | False |
| When you assign a NULL value to a variable, you ensure that the variable does not contain any data. (True / False) | True |