Piorun Posted January 30, 2011 Posted January 30, 2011 I've got one question. How to write code to connect, create table and query some result from any DB using mysql.dll module?
Aibo Posted January 30, 2011 Posted January 30, 2011 why you need MySQL if you dont know how MySQL works? unless you need external access to your DB or some other reason to use MySQL — use default SQLite. https://wiki.multitheftauto.com/wiki/Mysql
Piorun Posted January 30, 2011 Author Posted January 30, 2011 I want just create a simple register/login system with getting data from DB.
proracer Posted January 30, 2011 Posted January 30, 2011 Use SQLite Browser. https://community.multitheftauto.com/index.php?p=resources&s=details&id=495
Piorun Posted January 30, 2011 Author Posted January 30, 2011 But my script should work on my web page (control panel), and in the game. It's possible to do it with SQLite?
Aibo Posted January 30, 2011 Posted January 30, 2011 well i dont know how you're going to manage it if you don't know the basics of MySQL connection and stuff. read wiki about mysql module, it's all there.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now