The __ in a block of PHP code are ignored.
A table in a relational database consists of columns and
Firefox is a __.
The __ data type is used to store a true or false value.
1. In a web application, the client uses a ___ to interact with a web...
The ______________________ key of a table uniquely identifies each...
The ___________________ of a column in a database table determines...
To use PHP to send data to the browser, you use the __ statement.
A __ web page is one that has .html or .htm as its extension.
The most common type of relationship between tables in a relational...
You use a SQL _________________ statement to retrieve data from a SQL...
15. What value will the variable $net_price contain after the code...
A web application starts when a client sends a/an __ to a server.
5. In a PHP application, dynamic web pages are generated by PHP...
__ is the web server that is commonly used for web applications that...
An inner join combines data from two or more tables in which the...
The variables in PHP are easy to spot because they always start with...
To add a row to a table in a database, you use the SQL _______________...
1. To embed PHP within a file, you start a tag with __, you code the...
A __ makes web sites available to other computers over a network.
5. A variable name in PHP can only contain letters, numbers, and __.
9. In an arithmetic expression, division is done before...
12. In an if statement, the statements in the else clause are executed...
In a simple assignment statement, you code the variable name followed...
13. The condition for a while loop is tested __ the statements in the...
PhpMyAdmin can be used to import and run a SQL _______________________...
10. When you call a function like the number_format function that...
9. In an HTTP URL, the __ is coded immediately after the protocol but...
10. If you omit the filename from a URL, the Apache web server...
11. In a conditional expression that includes logical operators, the...
To control what users can do with a database, SQL can be used to...
7. To get the data that is submitted with an HTTP GET request, you use...
What will the variable $name contain after the code that follows is...
You can't add a record to a table with a foreign key unless that...
8. To deploy a PHP application on your own server, you copy or move...
What does a relational database use to relate the tables in a database...
11. A web application is a type of
If a row in one table is related to just one row in another table, the...
15. To deploy a PHP application on your own computer, you copy the...
The HTTP response for a dynamic web page is passed
What does a relational database use to uniquely identify each row in a...
12. When the web server recieves an HTTP request for a PHP page, the...
Which of the following can a SELECT statement not do to the data in a...
14. Which of the following software components generates the HTML that...
The column definition for a MySQL table can be used to determine all...