I don't know why I keep getting error messages for this line of code:
Is there some thing wrong with it? I've tried the object orientated style as well as the procedural style, but I get error messages with both.
Code:
$result = bool mysqli::real_query ( string $query )or die(mysqli::$error());
Comment