Answer Posted / guest
using $_SERVER['REMOTE_ADDR']
| Is This Answer Correct ? | 9 Yes | 13 No |
Post New Answer View All Answers
Which programming language does php resemble to?
What are the three classes of errors that can occur in php?
What is good average session duration?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
Tell me is it possible to remove the html tags from data?
What is the current stable version of php? What advance thing in php7?
How do I start a php session?
Is it possible to use com component in php?
What is the difference between implode() and explode() in php?
What is difference between readonly and constant?
How can I prevent sql-injection in php?
What is difference between variable declaration and variable definition?
How would you open a directory for reading in php?
What are php strings?
What is the use of "ksort" in php?