Add a Project

Learn how to use the “INSERT INTO” SQL statement.

We'll cover the following...

The form

At the root of our project, we’ll add the project.php file.

First, we’ll create a form like this:

<form method="post">
   <label for="title">Title</label>
   <input type="text" placeholder="New project"
...