Piorun Posted January 30, 2011 Share 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? Link to comment
Aibo Posted January 30, 2011 Share 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 Link to comment
Piorun Posted January 30, 2011 Author Share Posted January 30, 2011 I want just create a simple register/login system with getting data from DB. Link to comment
proracer Posted January 30, 2011 Share Posted January 30, 2011 Use SQLite Browser. https://community.multitheftauto.com/index.php?p=resources&s=details&id=495 Link to comment
Piorun Posted January 30, 2011 Author Share 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? Link to comment
Aibo Posted January 30, 2011 Share 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. Link to comment
Piorun Posted February 1, 2011 Author Share Posted February 1, 2011 ok, i'll try again . Thanks a lot. Link to comment
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