·
Added a discussion

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?

  • 1353
Comments
    • 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.