175k views
1 vote
QUESTION 8

A weakness of PHP is that it only supports one database, MySQL.
True
False
QUESTION 9
All variable names in PHP are case-insensitive.
O True
False
QUESTION 10
An HTML form that is part of the PHP script that processes it is known as self-adhesive?
True
False

User Fuad All
by
8.3k points

1 Answer

7 votes

Answer:

question 8 is true

Step-by-step explanation:

PHP is a server-side scripting language for creating dynamic web pages. ... The PHP programming language receives that request, makes a call to the MySQL database, obtains the requested information from the database, and then presents the requested information to your visitors through their web browsers.

User SuperCow
by
7.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.