diff --git a/PHP-for-beginner.md b/PHP-for-beginner.md new file mode 100644 index 0000000..c067a9a --- /dev/null +++ b/PHP-for-beginner.md @@ -0,0 +1,68 @@ +PHP + + +Introduction: +PHP is a general-purpose scripting language optimized for web development. It was created in 1993 by Danish-Canadian programmer Rasmus Lerdorf and released in 1995. The PHP Group now produces PHP. + +What is required to know about PHP? +To learn and understand PHP, it is required to have general knowledge in: +HTML +CSS +JavaScript + +What is PHP? +PHP stands for "PHP: Hypertext Preprocessor." +PHP is a popular open-source scripting language. +PHP scripts are run on the server. +PHP is completely free to download and use. +PHP is a fantastic programming language that is widely used! +It is powerful enough to power the world's most popular blogging platform (WordPress)! +It is deep enough to support large social networks! +It's also simple enough for a beginner to use as their first server-side language! + +PHP File Format: +Text, HTML, CSS, JavaScript, and PHP code can all be found in PHP files. +On the server, PHP code is executed, and the result is returned to the browser as plain HTML. +PHP files are denoted by the extension ".php" + +Features of PHP: +PHP can create, open, read, write, delete, and close files on the server. PHP can also generate the dynamic page content. +PHP has the ability to send and receive cookies. +PHP is capable of encrypting data. +PHP has the ability to add, delete, and modify data in your database. +PHP can be used to manage user access. + +Benefits of PHP: +PHP is compatible with a wide range of databases. +PHP is completely free. Download it from www.php.net, the official PHP resource. +PHP is simple to learn and efficient on the server side. +PHP is available on a variety of platforms (Windows, Linux, Unix, Mac OS X, etc.) +PHP is compatible with almost all modern servers (Apache, IIS, etc.) + +There are few demo questions for beginner: + +#### Q1. Where PHP code is executed? + + +- [ ] none +- [ ] xml +- [ ] css +- [x] server + +#### Q2. What languages do you need to know to understand PHP? + + +- [ ] java-script +- [ ] css +- [ ] html +- [x] all of them + +#### Q3. PHP is an acronym for-? + + +- [x] Hypertext Preprocessor +- [ ] Hypertext Markup Language +- [ ] Cascading Style Sheets +- [ ] all of them + +For more details please visit https://skillstest.me/exam/details/38/php-for-beginner-01