 |
| HOME
: ACTIVITY
: ACTIVITIES |
| |
|
$text_url = "/home/sites/site5/web/text/activity_information/"; // full path because it is included with readfile command
$info_text="activity_index.html";
$info_text = $text_url.$info_text;
$fp = @fopen($info_text,"r");
if ($fp)
{
fclose ($fp);
$Contents = readfile($info_text);
}
else
{
echo "error reading file.";
}
?>
|
|
| |
| |
| |
| NEWSLETTER |
| |
 |
|
| |
| |
|