Jump to content

Mysql login problem.


Recommended Posts

Hello.

trying to make a mysql login system.

the error:

script.lua:37: bad argument #1 to 'mysql_query' 

line 37 looks like this

local query = mysql_query("SELECT * FROM `users` WHERE `username` = '" .. username .. "' AND `password` = '" .. pass .. "'") 

The error only appears when i try to login

All the tags i use is the same as in my db.. checked over 100 times

I have no idea work this one out i have search up and down the forums and found nothing.

I started scripting my own MTA yesterday, but have past exp. a little lua, PHP and mysql plus some more.

Link to comment

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...