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?

  • More
Replies (2)
    • Hello goodgyndfw!

      Your file should contain the following code:

      bx_import('BxDolDb');

      return BxDolDb::getInstance()->query("Your query);

      • Nice!  Thank you

        Login or Join to comment.