Archive for the 'Uncategorized' Category

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”; }

1914 translation by H. Rackham

Posted by admin on September 12 2009 Add Comments

But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, […]

Section 1.10.33 of “de Finibus Bonorum et Malorum”, written by Cicero in 45 BC

Posted by admin on September 12 2009 Add Comments

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, […]

Sponsor 1 Sponsor 2 Sponsor 3