is there an equivalent of db_res?
What if I want to do a quick test insert into a db table from a file on the root? Is there a db_res("INSERT style call I can use with UNA?
-
-
·
LeonidS
- ·
Hello goodgyndfw!
Your file should contain the following code:
bx_import('BxDolDb');
return BxDolDb::getInstance()->query("Your query);
-
·
LeonidS
-
- · goodguyndfw
- ·
Nice! Thank you