I keep getting the following error and I was wondering on how to fix?
Fatal error: Unsupported operand types in C:\\wamp\\www\\tuto\\core\\Controller.php on
The problem of fatal error unsupported operand type is cause by failing to add the equal sign to the mysql fetch array after variable. Try this write the statement like that and use these examples like adding - or _ You will see fatal error.
$query=mysql_query("SELECT * FROM user");
$fetch=mysql_fetch_array($query);