PHP

PHP 8.3.3

Windows
VS16 x64 Non Thread Safe | php-8.3.3-nts-Win32-vs16-x64.zip | 30.65 MB | VirusTotal Scan report
VS16 x64 Thread Safe | php-8.3.3-Win32-vs16-x64.zip | 30.8 MB | VirusTotal Scan report
PrezzoGratuito
Versione8.3.3
Data di rilascioMarch 12, 2024
EditoreThe PHP Group - https://www.php.net
Descrizione dell'editore

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.

The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer. Don't be afraid reading the long list of PHP's features. You can jump in, in a short time, and start writing simple scripts in a few hours.