0% found this document useful (0 votes)
166 views

PHP 7 Tutorial

This document provides an introduction and overview of PHP 7. It explains that PHP is a server-side scripting language used to create dynamic and interactive web pages. PHP 7 is the latest stable release, and this tutorial uses version 7.2.10. It includes an example of a basic PHP script and encourages learning PHP now through tutorials, references, quizzes, exams, and certificates available on the site.

Uploaded by

Seerat Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
166 views

PHP 7 Tutorial

This document provides an introduction and overview of PHP 7. It explains that PHP is a server-side scripting language used to create dynamic and interactive web pages. PHP 7 is the latest stable release, and this tutorial uses version 7.2.10. It includes an example of a basic PHP script and encourages learning PHP now through tutorials, references, quizzes, exams, and certificates available on the site.

Uploaded by

Seerat Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

PHP 7 Tutorial

w3schools.com/php7/

❮ Home Next ❯
PHP is a server scripting language, and a powerful tool for making dynamic and interactive
Web pages.

PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.

PHP 7 is the latest stable release. This tutorial uses PHP 7.2.10

Easy Learning with "PHP Tryit"


With our online "PHP Tryit" editor, you can edit the PHP code, and click on a button to view
the result.

Example

<!DOCTYPE html>
<html>
<body>

<?php
echo "My first PHP script!";
?>

Try it Yourself »
Click on the "Try it Yourself" button to see how it works.

Start learning PHP now!

PHP 7 References
At W3Schools you will find complete references of all PHP functions:

PHP 7 Quiz Test

1/2
Test your PHP skills at W3Schools!

PHP 7 Exam - Get Your Diploma!

W3Schools' Online Certification


The perfect solution for professionals who need to balance work, family, and career
building.

More than 25 000 certificates already issued!

Get Your Certificate »

The HTML Certificate documents your knowledge of HTML.

The CSS Certificate documents your knowledge of advanced CSS.

The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.

The Python Certificate documents your knowledge of Python.

The jQuery Certificate documents your knowledge of jQuery.

The SQL Certificate documents your knowledge of SQL.

The PHP Certificate documents your knowledge of PHP and MySQL.

The XML Certificate documents your knowledge of XML, XML DOM and XSLT.

The Bootstrap Certificate documents your knowledge of the Bootstrap framework.

❮ Home Next ❯

2/2

You might also like