Search
You can find the results of your search below.
Fulltext results:
- PHP
- HP> 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>