Forums
(@yochi)
12 years, 9 months ago
I have been reading that article. But i must say i’m not sure if i should look at the input or output validation, and which one is the best for me.
12 years, 10 months ago
thanks for the reply, but i had to type the full name of the table, my mistake was that i thought that WordPress added the prefix automaticly.
Here is my working code:
$fivesdrafts = $wpdb->get_col( " SELECT name FROM wp_testdatabase " );
13 years, 8 months ago
Thank you very much. That worked:)