no matter how i try to modify the index page i am still getting errors cold somone please give me the correct coding how it should be here is the index page
[php]<?php
session_start();
include “…/config.php”;
include “…/header.php”;
include “…/style.php”;
if( session_is_registered(“alogin”) ) {
?>
<? include("adminnavigation.php"); ?> |
<? echo “ ”; Welcome to the admin area!First you MUST go to ‘Settings’ to set up your EZ Ad Board Script To edit the HTML on your main and members page, go to ‘edit pages’. Use ‘Contact All’ to send to all contact emails addresses. To add banners for your users to use in their advertising efforts, click ‘Add Banners’ To add more navigation links (or disable existing links) in the members area, click ‘Edit Navigation’.
} ”; ?>[/php] Thank you |