Jump to content

MySQL question


K4stic

Recommended Posts

Posted

with what function

dbExec 
dbQuery 

and how like i wonna create a table bans and to have

indexes:

username

serial

Giving a Fuck? Nope, That isn't in My Skill Set

castie11.png

Posted
executeSQLQuery 

This function executes an arbitrary SQL query and returns the result rows if there are any. It allows parameter binding for security (SQL injection is rendered impossible).

that function SQL only i need MySQL

Giving a Fuck? Nope, That isn't in My Skill Set

castie11.png

Posted

so this is good?

dbQuery(handler, "CREATE TABLE IF NOT EXISTS accounts(username, password)") 

Giving a Fuck? Nope, That isn't in My Skill Set

castie11.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...