0
Please what's the use of PHP in web development and is it required in all websites.
2 odpowiedzi
+ 3
Hi Mekus
First complete your PHP to know more about it!
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.
- php.net
USES OF PHP
- It is used for create dynamic website.
- To Interacting with web server (Apache etc)
- To interacting with any back-end / database server e.g. MySQL.
- To interaction with the native file system of the OS.
- To implement the business logical layers (one or more)
- It can Encrypt Data.
- many more
- sitebay
NOW WHAT TO DO?
Go and learn php from Sololearn