Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arvin Ababao
lab-exercises
Commits
64d2c221
Commit
64d2c221
authored
Nov 17, 2015
by
Sorrel Harriet
Browse files
putting an ignore message in edit-record.php
parent
90cee3c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
week-6/record-store-app/views/edit-record.php
View file @
64d2c221
<?php
/*
IGNORE THIS SCRIPT AS IT IS INCOMPLETE
*/
// check if id parameter was not set in query string
if
(
isset
(
$_GET
[
'id'
]))
{
...
...
@@ -139,4 +144,4 @@ if (isset($_GET['id'])) {
// output the html
echo
(
$content
);
?>
?>
\ No newline at end of file
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