Proper way to retrieve data of db
-
Hi guys,
I want to retrieve data of the following table (wp_bp_messages_recipients). What would be the proper bp or wp way for me to do this? I checked out $wpdb
but want to make sure that I am on the right track. Currently I just have a regular mysql_query (select….) pulling data out. Also to cut things short, later I will want to pull data of the friend request table.. does anyone know the name to this table?
- The topic ‘Proper way to retrieve data of db’ is closed to new replies.