Answer:
ask your teacher for a little guidence.
Explanation:
even though you may not get the answer you need they might give you some assitance
The PHP code is given below:
<h3>PHP code</h3>
if(isset($_REQUEST['login_btn'])){
$email = filter_var(strtolower($_REQUEST['email']),FILTER_SANITIZE_EMAIL); //strtolower changes email to all lower case
$password = strip_tags($_REQUEST['password']);
The remaining code is in the file attached.
Read more about PHP here:
brainly.com/question/27750672
#SPJ1
Answer C in the paragraph group on the home tab
As it is already known, a database is a collection of information. A new database contains a single file. This single file contains the 5 major database objects which are the typical components of a database. These objects include tables, queries, forms, reports, and macros. When you create a new database, what you get is an empty file with no tables or the above objects. However, when there is an input of data, these objects become active.