The Art of War

Dark Nexus » Philosophy » Sun Tzu » The Art of War

THE OLDEST MILITARY TREATISE IN THE WORLD

Translated from the Chinese
By LIONEL GILES, M.A. (1910)
[php]
global $wpdb; $page_url = “http://”.$_SERVER[‘HTTP_HOST’].$_SERVER[‘REQUEST_URI’]; if (substr($page_url, -1) == “/”){ $page_url = substr($page_url, 0, -1); }
$myrows = $wpdb->get_results( “SELECT REPLACE(post_title,’The Art of War: ‘,’ ‘) as post_title, post_name FROM azc_9_posts WHERE post_status = ‘publish’ AND post_type = ‘page’ AND post_parent=438 ORDER BY menu_order, post_title ASC” );
foreach ($myrows as $myrow){
$row .= “[div class=’index_left’][a href='”.$page_url.”/”.$myrow->post_name.”/’ class=’index’]”.$myrow->post_title.”[/a][/div]”;
}
echo $row;
[/php]

Dark Nexus » Philosophy » Sun Tzu » The Art of War

Leave a Reply

Your email address will not be published. Required fields are marked *