Web Tutorial

Learn Coding

Website Development Training

HTML, CSS, Javascript, PHP, MySql, XML, Ajax, Json, Python
M Yakub Chowdhury   Whatsapp: 8801749400485   myakub@myakub.com

PHP Tutorial

PHP is Hypertex Preprocessor.

PHP documents starts with <?php
It ends with ?>
In the middle we will write our text and codes.

The text we want to show on the webpage we will have to write it within a code named echo
After writing echo the text to be in the double inverted comma.
Then we need to put a semicolone at the end.

Following is example:
<?php
echo "This text we want to show on the website";
?>

Lets create notepad file named myphptest.php

Write following code there.

Now upload the page on the website and it will like as follows

My First PHP Page
My HTML Certificate:
My CSS Certificate:
My Javascript Certificate:
My PHP Certificate:
My MySql Certificate:
© copyright myakub.com