Thread: what is php?
View Single Post
Old 08-28-2016, 10:14 AM   #1
ehsanagar
Registered User
 
Join Date: Aug 2016
Posts: 23
what is php?

PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

What distinguishes PHP from something like client-side JavaScript is that the code is executed on the server, generating HTML which is then sent to the client. The client would receive the results of running that script, but would not know what the underlying code was. You can even configure your web server to process all your HTML files with PHP, and then there's really no way that users can tell what you have up your sleeve.

source : php.net
ehsanagar is offline   Reply With Quote