Programming Languages PHP Objective
Mar 15, 2013

<?php

 echo $_SERVER['REMOTE_ADDR']; 

 ?>

Find the Output?

Choose the correct answer:
A) shows the IP address of the local system
B) shows the IP address of the visitor
C) shows the IP address of the webserver
D) All of the above
Detailed Explanation

Option B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback