+ 1
How can I start learning about databases?
I'd like to create a login with a database connection
2 Respostas
+ 2
Install wamp, create a databse utf8_general_ci, play with tables in your database and do somes tests using php and connecting to your database using the PDO function :)