how to use multiple mysql query which is stored on php variable?

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
globaldrip8
Posts: 27
Joined: 2015-12-19 03:59

how to use multiple mysql query which is stored on php variable?

Post by globaldrip8 » 2019-04-23 04:37

i create some table in appgini with text area and i stored that queries on database,what i want is i can type or call mysql queries in there and want to execute it when i save it on appgini,it working fine if just 1 queries
but if its more than 1 queries and its separated by semicolon (;) its not working well

thanks

Post Reply