Select the incorrect statement about PHP programming language
How would you store order number (34) in an 'OrderCookie'?
What is the difference between print() and echo()?
Which of the following statements is used to add an attachment to the mail?
Which one of the following statements should be used to disable the use of two classes administrator and janitor?
Say I want to change the extension of a PHP file, which of the following statements should I edit to change from .php to .html in the httpd.conf file?
Which one of the following statements should be used to disable just the fopen(), and file() functions?
Which one of the following statements is used to create a table?
What array will you get if you convert an object to an array?
Which one of the following statements is true about sequence diagrams?
Which one of the following statements is true for include_once() and require_once()?