ok, never mind the message above. The first poster actually gave the answer already... (using '/' worked).
But, however, i am getting an error all the time:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in blablablablabla/includes/DbConnector.php on line 34
Your selected article:
This happens when i want to go to an article..
Line 30 to 35 in dbconnector is as follows:
}
function fetchArray($result) {
return mysql_fetch_array($result);
}
is there any thing i can do about this...? all other things seem to work and i dont want to continue with validating untill i see the script works and so.
Thanks again