Skip to content
Snippets Groups Projects
Commit e52b1338 authored by Sorrel Harriet's avatar Sorrel Harriet
Browse files

removing unnecessary variables

parent 7df60414
No related merge requests found
......@@ -60,10 +60,6 @@ $content .= $form_html;
// ------- START form processing code... -------
// define variables and set to empty values
$title = $artist_id = $price = $year = $genre = "";
// check if there was a POST request
if ($_SERVER["REQUEST_METHOD"] == "POST") {
// validate the form data
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment