parse error
Posted: Tue Aug 07, 2007 2:48 am
Hi
I am getting error on this function: (2nd line)
do yuo know what the problem is ?
I am getting error on this function: (2nd line)
Code: Select all
function publishersOnly() {
if (!('10' < $_SESSION['permission'] < '30')|!$_SESSION['logged']) {
$_SESSION['log_to'] = $_SERVER['REQUEST_URI'];
die('This page is available only to registered publishers,
you have to <a href="login.php">login</a> first, if ' .
"you haven't" . ' <a href="signup.php">registered</a> ' .
'yet you can do that for free.');
}
}