4Webpage to a Database_did_mat2_2variant

  • docx
  • 09.05.2020
Публикация на сайте для учителей

Публикация педагогических разработок

Бесплатное участие. Свидетельство автора сразу.
Мгновенные 10 документов в портфолио.

Иконка файла материала 4Webpage to a Database_did_mat2_2variant.docx

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>