- This topic has 1 reply, 2 voices, and was last updated 14 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › dbAccess::insert ???
Tagged: php5.1
Hello, I’d like to know if it is possible to query multiple such
$ ret = DBAccess:: insert (WP_EMEMBER_MEMBERS_TABLE_NAME, $ fields);
one after the other or must take special precautions?
I also need to make insert in another db
So I do a
mysql_select_db ( ‘db_name’, $ link);
before to select db how I do my insert but I wonder if I can use this script DBAccess:: insert as many times as I want?
thank you
Yes, you can use the DBAccess:: insert as many times as you want.