Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lab-exercises
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Solomon Ojo
lab-exercises
Commits
e52b1338
Commit
e52b1338
authored
Dec 08, 2016
by
Sorrel Harriet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing unnecessary variables
parent
7df60414
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
lab-8/music-store-app/views/add-track.php
lab-8/music-store-app/views/add-track.php
+0
-4
No files found.
lab-8/music-store-app/views/add-track.php
View file @
e52b1338
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment