In this video, you will get an overview of all topics of PHP. I have briefly described all things so that you can follow a proper way to learn this PHP course. if you are a beginner then this course is best for you.
this course is very awesome. Don't miss any video. Read the article if you cannot understand the video.


PHP syntax:

First of all, create a file in your favorite editor notepad++ or sublime or any other. Then save this file with an extension .php.After this write opening tag <?PHP and closing tag ?>.

echo a print:

echo and print statement is used to display text.you can use one of them as you want. its syntax is.echo then write text in double quotes(" ").