Guest User

Skript

a guest
Apr 4th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. on load:
  2. set mysql host to "localhost"
  3. set mysql username to "USER"
  4. set mysql password to "PASSWORD"
  5. set mysql database to "DATABASE"
  6. connect to mysql
  7. set {_test} to mysql result of query "SELECT * FROM Customers, Example"
  8. set {_final} to mysql string "Customers" in {_test}
  9. set {_final2} to mysql integer "Example" in {_test}
  10. broadcast "%{_final}% and %{_final2}%"
Advertisement
Add Comment
Please, Sign In to add comment