diff --git a/website/public/API/postComment.php b/website/public/API/postComment.php new file mode 100644 index 0000000..b840e0b --- /dev/null +++ b/website/public/API/postComment.php @@ -0,0 +1,18 @@ +"); - $form = $postInput.append($("
")); + $form = $(""); + $postInput.append($form); - $form.append($("")); - $form.append($("
+ + +
diff --git a/website/views/profile.php b/website/views/profile.php index 4a9c116..54f028d 100644 --- a/website/views/profile.php +++ b/website/views/profile.php @@ -44,61 +44,6 @@
- - - - - - - - -fetch()) { -// $nicetime = nicetime($post["creationdate"]); -// echo " -//
-//

${post["title"]}

-//

${post["content"]}

-//

${nicetime} geplaatst.

-//
-// "; -// } -// ?> - - - - - - - - -fetch()) { -// $nicetime = nicetime($post["creationdate"]); -// $postID = $post["postID"]; -// echo " -//
-//

${post["title"]}

-//

${post["content"]}

-//

${nicetime} geplaatst.

-//
-// -//
-//
-// "; -// } -// ?>