Starting to program with SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Starting to program with SQL

Any project idea to start programming with SQL?

11th Sep 2017, 12:18 PM
Joan sanmar
Joan sanmar - avatar
3 Answers
+ 5
Setup a local Apache web server, eg XAMPP, write some PHP codes to build some webpages, try to generate some data from HTML form inputs, submit it to PHP file. The PHP file then get the posted data and store it on database Mysql table. Make another PHP file to retrieve the stored data on that Mysql table, update it into another HTML table. You also could add some controls to change to HTML table data, use PHP to update the data back into Mysql. Here some sample for you to kick start.. https://code.sololearn.com/wmzsv3Jqsy3H/?ref=app https://code.sololearn.com/wkwBPgI9RkMI/?ref=app
11th Sep 2017, 12:29 PM
Calviղ
Calviղ - avatar
+ 1
Are all these websites are for practising all types of coding?
11th Sep 2017, 12:25 PM
Blugon
Blugon - avatar