Didactical material
Name __________________ Class ______________________
Objective: 10.3.3.3 link a webpage to a database
1. Write the correct SQL statement to create a new database called testDB.
_________________________________________;
2. Write the correct SQL statement to delete a database named testDB.
_____________________________________;
3. Specify that the form is submitted using the "POST" method.
<form action="/action_page.php" ________________________>
Name: <input type="text" name="name">
<input type="submit">
</form>
4. Add a submit button, and specify that the form should go to "/action_page.php".
<form ______________="/action_page.php">
Name: <input type="text" name="name">
<_____________________>
</form>
Материалы на данной страницы взяты из открытых источников либо размещены пользователем в соответствии с договором-офертой сайта. Вы можете сообщить о нарушении.