Archive for September 16th, 2009

Testing code

Posted by admin on September 16 2009 Add Comments

$title = $_POST[‘title’]; $content = $_POST[‘content’]; if(!get_magic_quotes_gpc()) { $title = addslashes($title); $content = addslashes($content); } include ‘library/config.php’; include ‘library/opendb.php’; $query = ” INSERT INTO news (title, content) “. ” VALUES (‘$title’, ‘$content’)”; mysql_query($query) or die(‘Error ,query failed’); include ‘library/closedb.php’; echo “Article ‘$title’ added”; }

Testing lists

Posted by admin on September 16 2009 Add Comments

Unordered List list item 1 list item 2 list item 3 Ordered List list item 1 list item 2 list item 3

Archives

Sponsor 1 Sponsor 2 Sponsor 3