Tagged Questions
1
vote
2answers
428 views
How to initialize $wpdb?
I have a .php page in the theme root to check the data of one CUSTOM form.
After receiving this data I need to do a query in a custom mysql table, so I need $wpdb, but I can't use it directly (or ...