Which of the following methods of using PHP to connect to a MySQL database allows you to write code that is portable across different database servers?
Answer: PDO MySQL driver extension
Learn More :
PHP Programing
- What extension of a filename is typically associated with a static Web page?
- A request and response for a file are made by
- To make it easier to enter names into your code, NetBeans provides a feature known as
- Which of the following is NOT a database server that can be used for dynamic Web pages?
- When HTML was first developed, Web pages were typically
- The first part of a URL is called the
- To run a PHP application that has been deployed on your own computer, you can enter a URL in the address bar of your browser that
- To deploy a PHP application on your own computer, you copy the application root directory to
- The HTTP response for a dynamic web page is passed
- A web application is a type of _____ .
- The equality operator consists of two _____ signs and performs a different function than the one performed by the assignment operator that consists of a single sign.
- A _____ contains a value that does not change during the course of program execution.
- _____ are used in PHP to perform mathematical calculations, such as addition.
- A _____ value is a value of true or false.
- How many data types are used by PHP?
- A(n) _____ is a positive or negative number with no decimal places.
- What will $future_value contain after the for loop that follows has been executed one time?
- If $total_months has a value of 13, what does $message contain after this if statement is executed?
- To round and format the value of a variable named $number to 3 decimal places and store it in a variable named $number_formatted, you code:
- A PHP variable name:
- Which of the following is NOT a common MySQL data type?
- Which of the following is NOT a common MySQL privilege?
- What type of SQL statement is used to assign user privileges in MySQL?
- When you code a DELETE statement, you usually need to include:
- If vendorName contains string data and invoiceTotal contains decimal values, how will the result set be ordered?