What is the function of php and what is the coding for insert database in sql? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the function of php and what is the coding for insert database in sql?

3rd Apr 2018, 4:15 PM
kanisha
kanisha - avatar
3 Answers
+ 2
@Kanisha You can do it in whatever order you wish, but I would recommend that you learn HTML, CSS, and Javascript first, and then jQuery, SQL, and PHP afterwards. They all compliment one another and in first set will help give you a better understanding of everything first. When you learn jQuery and PHP, it assumes that you took the time to learn HTML/CSS/Javascript first. Anyways, best of luck to you! They're all relatively quick to learn, so you'll do just fine. Don't forget to practice!
3rd Apr 2018, 4:28 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 1
PHP: https://www.sololearn.com/Course/PHP/ http://www.php.net/ https://en.wikipedia.org/wiki/PHP ^Everything you need to know about PHP. It should have mentioned its purpose in the first chapter or two of the course. However, it's the server-side language that allows the client-server to communicate with one another. If you're using MySQL: https://www.w3schools.com/php/php_mysql_insert.asp https://www.w3schools.com/php/php_mysql_create_table.asp https://www.w3schools.com/php/php_mysql_create.asp ^I wasn't sure which one you were referencing, so those are links to insert data INTO a table, CREATE a table, and CREATE a database.
3rd Apr 2018, 4:20 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 1
okay thank you..😁 Now only i started to learn php
3rd Apr 2018, 4:21 PM
kanisha
kanisha - avatar