Jump to content

stobbo

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by stobbo

  1. Hello.

    I am fairly new to PHP, and am struggling over a error. Any help would be kindly appriciated.

    Error:

    [code]Notice: Undefined index: id in c:\home\********\public_html\index.php on line 3[/code]

    Code

    [code]<?php
    include("/home/********/public_html/modules/template-top.php");
    $page= $_GET['id'];
    if(file_exists("/home/********/public_html/content/".$page.".php"))
    {
    include("/home/********/public_html/content/".$page.".php");
    }
    else
    {
    include("/home/********/public_html/modules/news.php");
    }
    include("/home/********/public_html/modules/template-bottom.php");
    ?>[/code]

    If you can help, I would be most pleased.

    Thanks, Stobbo.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.