MySQL Fatal error
-
I get an error when attempting to run the following PHP code:
$mylink = $wpdb->get_row("SELECT * FROM teachers WHERE id = 10"); echo $mylink->link_id;
I get this error:
Fatal error: Call to a member function get_row() on a non-object in (install_path)/wp-content/plugins/exec-php/includes/runtime.php(42) : eval()’d code on line 4I have tried this using two different PHP plugins, both give the same error. I have tried the query in the database and there are no errors with that.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘MySQL Fatal error’ is closed to new replies.