• Hi!
    I want to create a function that choose a random quote from database but in template-functions-general.php I wrote this function:

    function getphrase(){
    $query = “SELECT COUNT(*) FROM wp_phrase”;
    $numph = mysql_query($query);
    echo $numph;
    /*
    other queries
    */
    }

    but mysql_query seems not working because it returns results like this: “Resource id #20”

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘error using mysql_query’ is closed to new replies.