Oh right, sorry.My mistake.
Instead of:
It needs to be:PHP Code:include('functions.php');
PHP Code:include('includes/functions.php');

Oh right, sorry.My mistake.
Instead of:
It needs to be:PHP Code:include('functions.php');
PHP Code:include('includes/functions.php');
James
Connected to reality through a proxy server.
still dont work :S www.thebobbas.net/djpanel
What file are you getting the error on ?
James
Connected to reality through a proxy server.
pm'ed ...
replace delreq.php with that.PHP Code:<?php
include("includes/functions.php");
include("includes/config.php");
if(isset($_SESSION['username']) && isset($_SESSION['password']) && $_SESSION['level']) {
checkaccount($_SESSION[username]);
$id = $_GET['id'];
$query = mysql_query("DELETE FROM requests WHERE id = '$id'") or die('Could not delete request: '.mysql_error());
echo("<br /><center><strong>Request deleted!</strong> Please reload this page</center>");
die();
}
?>
It should work
Reina saves the day once again, nice one![]()
James
Connected to reality through a proxy server.
Thanks, Thats what i'm here for.
Mr Macro
I am PMing you.
Want to hide these adverts? Register an account for free!