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.
Please help with this
Collapse
X
-
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;
<?php unlink('World/Europe/Romania.country'); ?>
Comment