echo returns "Array"
-
I’ve created a table (rjecnik) in the wordpress database and I’m trying to retrieve data from it with:
<?php
$izraz=$wpdb->get_results(“SELECT ‘engleski’ FROM ‘rjecnik’ WHERE ‘id’=2”);
echo $izraz
?>It’s returning – Array. Why?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘echo returns "Array"’ is closed to new replies.