Welcome dear all, I am interested to introduce for you my first PHP page in the following tutorial:
Please open a new text document using any of text editors like "Notepad" as an example and write the following code:
echo "Welcome World";
Please save this file as "first.php" file name, and If you run this script from your server URL as "http://localhost/first.php" you will get the result "Welcome World" as text appears in your website at the top left.
Regards,
Wail Shalabi.