+ 2
how to create database in php?
I have learned php in sololearn...but I even don't know how to create database for our forms..please help me..
2 odpowiedzi
+ 4
Learn SQL here on SL to understand database before you learn how to do CRUD operations with PHP. Here is a thread of books and video on PHP and other languages books.
https://www.sololearn.com/discuss/204501/?ref=app
+ 1
To work with databases you need to learn SQL queries, and then learn how to execute those queries from PHP (using mysqli or pdo).
To make database you can use some tools like phpmyadmin or any other. Still you have to learn SQL to manage database from code.