G
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?
Hello goodgyndfw!
Your file should contain the following code:
bx_import('BxDolDb');
return BxDolDb::getInstance()->query("Your query);
Nice! Thank you
Hello goodgyndfw!
Your file should contain the following code:
bx_import('BxDolDb');
return BxDolDb::getInstance()->query("Your query);
G
Nice! Thank you