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

Starting to program with PHP

Any project idea to start programming with PHP?

11th Sep 2017, 12:19 PM
Joan sanmar
Joan sanmar - avatar
2 Answers
+ 6
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:28 PM
Calviղ
Calviղ - avatar
+ 4
Please don't spam. Combine them into one question.
11th Sep 2017, 1:58 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar