<a href="index.php">Home</a> -
<a href="aboutthissample.php">About Us</a>
<?php
//Require other files.
require_once 'GraphServiceAccessHelper.php';
//Enable the option to display any parsing errors.
error_reporting(E_ALL | E_STRICT);
ini_set('display_errors', 1);
?>
|