Please help with this

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Please help with this

    hi guys check the screen shot, im using WAMPSERVER and everything is connected to the database etc... but don't know why it keeps showing this errors.
    Attached Files

    #2
    Try:

    PHP Code:

    $sid 
    = isset($_GET['sid']) ? mysql_real_escape_string($_GET['sid']) : '';
    $action = isset($_GET['action']) ? $_GET['action'] : '';
    $page = isset($_GET['page']) ? (int) $_GET['page'] : 0;
    $who = isset($_GET['action']) ? (int) $_GET['who'] : 0
    or use error_reporting(0); on the file header
    <?php unlink('World/Europe/Romania.country'); ?>

    Comment

    Working...
    X