0

What is the use of php

Tell me about php

8th Sep 2019, 8:51 AM
pushkar kumar
pushkar kumar - avatar
2 Answers
+ 5
Php hypertext preprocessor is a server side programming language. It is used for back end development. I advice you start up with the php course on Sololearn before posting. https://www.sololearn.com/Course/PHP/?ref=app
8th Sep 2019, 9:42 AM
Jella
Jella - avatar
+ 3
<?php echo "PHP is mainly focus on server-side scripting, like in web development. There are three main areas where we use PHP scripts: 1. Server-side scripting. 2. Command line scripting. 3. Writing dekstop applications."; ?>
8th Sep 2019, 9:07 AM
KfirWe
KfirWe - avatar