Skip to content

PHP-for-beginner.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions PHP-for-beginner.md
Original file line number Diff line number Diff line change
@@ -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