Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ==== PHP ==== == IP == <PHP> print "Your IP is ".$_SERVER["REMOTE_ADDR"]."<BR>\n"; Print "Server IP is ".$_SERVER["SERVER_ADDR"]."<BR>\n"; </PHP> ---------- == Other == <PHP> $x=5; $y=8; $z=3; Print "X=$x\nY=$y\n<BR>\nX+Y=".($x+$y)."\n"; </PHP> playground/php.txt Last modified: 2014/11/13 10:50by 127.0.0.1