commit f6f08cfef44d53add1354cd7f35b597731ac94a0 Author: Jack-Benny Persson Date: Sun Jul 21 00:50:58 2013 +0200 Base system is done and working 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); + + +?>