How to learn php in detail? So we can make our own website after completion of course learning. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

How to learn php in detail? So we can make our own website after completion of course learning.

Php learn

11th Sep 2017, 3:07 AM
Ravi Jagani
Ravi Jagani - avatar
3 ответов
+ 2
Thank you all
11th Sep 2017, 3:49 AM
Ravi Jagani
Ravi Jagani - avatar
+ 6
Setup a local apache web server, write some PHP codes to build some webpages, try to generate some data from HTML form inputs, submit it to PHP. Try to store the data in database Mysql table. Make another PHP file to retrieve the stored data on that Mysql table, update it into a HTML table. Then 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, 3:45 AM
Calviղ
Calviղ - avatar
+ 5
Make a website is wider than just learn PHP. Usually, when you build a website you need a combination of technologies like HTML, CCS, JavaScript, Database Management etc. It will depends of the purpose you want for your website. PHP is very useful and popular for web development as a backend language but as I said, you will need more than that. I recommend you to search for courses of how to build websites using PHP and try courses with practical examples like building a small website from scratch, so you can see how technologies, including PHP, work together. And of course, learn PHP in detail will be a good thing.
11th Sep 2017, 3:29 AM
Raul Garcia
Raul Garcia - avatar