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

28th May 2017, 7:49 AM
Krishna Teja
Krishna Teja - avatar
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
28th May 2017, 8:06 AM
Awele Omeligwe
Awele Omeligwe - avatar
+ 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.
28th May 2017, 8:09 AM
Amar
Amar - avatar