Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on load:
- set mysql host to "localhost"
- set mysql username to "USER"
- set mysql password to "PASSWORD"
- set mysql database to "DATABASE"
- connect to mysql
- set {_test} to mysql result of query "SELECT * FROM Customers, Example"
- set {_final} to mysql string "Customers" in {_test}
- set {_final2} to mysql integer "Example" in {_test}
- broadcast "%{_final}% and %{_final2}%"
Advertisement
Add Comment
Please, Sign In to add comment