PHP chapter 7

lesson 7Download index.html <!DOCTYPE html> <html> <head> <title>Account Sign Up</title> <link rel="stylesheet" href="main.css"/> </head> <body> <main> <h1>Account Sign Up</h1> <form action="display_results.php" method="post"> <fieldset> <legend>Account Information</legend> <label>E-Mail:</label> <input type="text" name="email" value=""…