Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- PHP
- ==== 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>
- phpsysinfo
- <PHP> phpinfo(); </PHP>