issues
search
code-mates
/
blog
First project from code-mates meetup group
Apache License 2.0
1
stars
0
forks
source link
article-form.php
#9
Open
ghost
opened
7 years ago
ghost
commented
7 years ago
article-form.php
create a page to create or edit an article
text input for article
title
textarea for article
body
if an
article_id
is included as a GET parameter, get the article from the database and allow the user to edit it.
make sure to preserve whitespace when submitting the form
make sure to include the
article_id
if it was provided
users must be logged in to access this page
article-form.php
create a page to create or edit an article
title
body
article_id
is included as a GET parameter, get the article from the database and allow the user to edit it.article_id
if it was provided