K
|
keithh0427 3/10/2020 |
In the Help file, navigate to: |
J
|
jaffleck author 3/10/2020 |
In the Help file, navigate to: Advanced topics > How to add external files Or, just search for "external"
|
S
|
Steve Seymour 3/10/2020 |
Let me rephrase the question: Can I use the DB::Insert() function in an external script without including something or specifying something like "global $dal;"? I'm having an error that I am trying to chase down. The DB::Insert() function is not working in my external php script so I want to make sure I'm doing it properly.
|
![]() |
Admin 3/10/2020 |
|
J
|
jaffleck author 3/10/2020 |
In the Help file, navigate to: Advanced topics > How to add external files Or, just search for "external"
|
![]() |
Admin 3/10/2020 |
Thanks. Adding include "incudes/dbcommon.php" fixed the problem. You might want to mention that in the manual.....
|
C
|
charlesfolder 4/8/2020 |
Hi, here is a example code I used in external file |