0

What is PHP good for

I was wondering how and why one would use PHP. Is it written in a seperate file from your index.html? How useful is it comparing to not using PHP?

10th Aug 2019, 2:24 PM
Jablinski
1 Respuesta
+ 11
Jablinski php is an server side scripting language which is used to do the task and interaction with server and do back-end stuff and internal working of the project. It's created with .php extension and connections code is written for connecting html and php code. It's used to create any dynamic website. For using php first you need to clear your basics then php and MySQL query is integrated to fetch queries from server. https://www.sololearn.com/discuss/1906876/?ref=app
10th Aug 2019, 2:30 PM
GAWEN STEASY
GAWEN STEASY - avatar