Retrieving data from a database
-
Hello!
I’m trying to retrieve data from a table in the database, looking in the codex I saw that I must use ezSQL and use $wpdb->get_results(‘query’);
The problem I have, it’s that I need to show the data from the table in a XxY html table.
I tried using ASSOC_N to use the numeric Array but I don’t know how to show the data correctly, if someone can help me with that problem I will thank
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Retrieving data from a database’ is closed to new replies.