Not be cliché, but I any book, tutorial or website discusses a programming language always begins with a program that simply displays the text “Hello World” on the screen and I intend to follow that tradition. The process of writing text in PHP requires you to use either the “echo” of “print” function. There are… Read more »