From f6f08cfef44d53add1354cd7f35b597731ac94a0 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Sun, 21 Jul 2013 00:50:58 +0200 Subject: [PATCH] Base system is done and working --- index.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..16dbaca --- /dev/null +++ b/index.php @@ -0,0 +1,38 @@ +" . $line['title'] . ""; +print "\n

"; +print $line['posttext']; +print "\n
" . $line['date']; +print "

"; +} + +mysql_free_result($result); + +mysql_close($link); + + +?>