<!Doctype> <html> <body> <?php echo"hello world" ?> </body> </html> What you should already know HTML CSS JAVASCRIPT What is php ? php is an acronym for php hypertext preprocessor, PHP is a widely used open source scripting language PHP Scropts are executed on the server Php is free to download and use <div dir="ltr" style="text-align: left;" trbidi="on"> <i><!Doctype></i><br /><i><html></i><br /> <i><body></i><br /> <i><?php</i><br /> <i>echo"hello world"</i><br /> <i>?></i><br /> <i></body></i><br /> <i></html> </i><br /> <!Doctype> <html> <body> <?php echo"hello world...
Comments