+ 2
If the say that php is used only on back end coding alone? then how come did Facebook and WordPress make use of it for fornt end
Gui
11 Answers
+ 4
PHP is considered a backend scripting language. PHP scripts are usually written on a server that the front-end, or client side code would interact with.
+ 3
Do you have any evidence of it being used on the browser side?
+ 3
BroFar thanks for the link.
+ 3
Code Crasher yes, just because php can serve the html to the browser, it shouldn't be called a front end technology. It runs on the server side.
+ 3
Code Crasher and Sonic it is a backend language server side but because it is rendering as a scripted language.
A scripting or script language is a programming language for a special run-time environment that automates the execution of tasks; the tasks could alternatively be executed one-by-one by a human operator. Scripting languages are often interpreted
+ 2
Further defining Code Crasher of scripting languages can easily be seen here
https://www.geeksforgeeks.org/introduction-to-scripting-languages/