+ 1
Starting to program with PHP
Any project idea to start programming with PHP?
2 Réponses
+ 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
+ 4
Please don't spam.
Combine them into one question.