what method is used to get a user's IP address?
Answers were Sorted based on User's Feedback
Answer / shivappa
echo $_SERVER['REMOT_ADDR'];
it returns client IP Address
| Is This Answer Correct ? | 13 Yes | 3 No |
Why do we use inheritance in php?
i want to store retrieved data from database into an array list with limit.And display the data from that array list.have any answer for this?
What is the use of strip_tags() method?
What is array and function?
What are the different types of Errors in PHP?
20 Answers Cisco, TCS, Troop Software,
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
What does the scope of variables means?
What is the function mysql_pconnect() useful for?
What is a helper function?
What is Gd PHP?
What does the unlink() function mean?
How to store the uploaded file to the final location?