#noob
Read more stories on Hashnode
Articles with this tag
To declare a variable in PHP we write the $ sign before the name of the variable : for example, let's declare a variable named greeting and assign the...
index.php : "Hello World" is a string of characters. A string of characters is text. echo "Hello World" means prints the text onto the page. <!doctype...