07 Mar Show Complete Article for Ordering Pages
<?php
error_reporting(E_ERROR | E_WARNING); // Report all errors
ini_set(‘display_errors’, 1); // Display them
/* Display full article given aid=article ID */
require_once($_SERVER[“DOCUMENT_ROOT”] . ‘/fhaphp/showArticle.php’);
?>