PHP Basics
This section needs expansion.
You can help by adding to it.
Creating a Hello World in PHP
1 echo "hello world";
2 //Output:
3 //hello world
This section needs expansion.
You can help by adding to it.
1 echo "hello world";
2 //Output:
3 //hello world