The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Accessing mysql functions with UserSpice - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Accessing mysql functions with UserSpice (/showthread.php?tid=1153) |
Accessing mysql functions with UserSpice - eforbes - 09-26-2018 My backend developer wants to know if it is possible to call mysql functions and possibly stored procedures within UserSpice. RE: Accessing mysql functions with UserSpice - Brandin - 09-27-2018 Hi there, You're able to run any query through the database class $db->query("RAW QUERY HERE"); - this includes stored procedures. Brandin. |