Question:<?php echo $_SERVER[‘REMOTE_ADDR’]; ?> The above statement represents what?
<?php echo $_SERVER[‘REMOTE_ADDR’]; ?>
A Shows the IP address of the client B Shows the IP address of the server C All D None
+ AnswerA
+ Report