diff --git a/README.md b/README.md index d5c1015..752baea 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,6 @@ ## Summary n/a - +I am glad this is over diff --git a/count.php b/count.php new file mode 100644 index 0000000..ba1b430 --- /dev/null +++ b/count.php @@ -0,0 +1,23 @@ +"; +?> diff --git a/create_story.php b/create_story.php new file mode 100644 index 0000000..e97e73d --- /dev/null +++ b/create_story.php @@ -0,0 +1,42 @@ + + + + + + + + Submit an article + + + + + +

Submit an article

+ +
+ +
+ + "> +
+
+ Story:
+ + +
+
+ + + + diff --git a/post_comment.php b/post_comment.php new file mode 100644 index 0000000..e632331 --- /dev/null +++ b/post_comment.php @@ -0,0 +1,17 @@ + + + + + + + + + \ No newline at end of file diff --git a/post_story.php b/post_story.php new file mode 100644 index 0000000..61e134b --- /dev/null +++ b/post_story.php @@ -0,0 +1,18 @@ + + + + + + + + + diff --git a/story.php b/story.php index e69de29..50cf7f8 100644 --- a/story.php +++ b/story.php @@ -0,0 +1,76 @@ + + + + + + + + + + <?=$title?> + + + + + +

+ +

Author:

+ +

Date Posted:

+ +
+

+ +

+
+ + Leave a comment: +
+ +
+ + "> + + +
+
+ Comments +
+ + "; + } + fclose($file); + ?> + +
+ + + \ No newline at end of file