How can we get ip address of a client in php?
No Answer is Posted For this Question
Be the First to Post Answer
How do you explain independent and dependent variables?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
Is php easy language to learn?
when will be syndicate bank written exam ? i need the date of exam
Explain the difference between $var and $$var?
Explain php parameterized functions.
What is the use of "ksort" in php?
Explain what does the unset() function means?
What is the use of return in php?
Is php 5 still supported?
How we can retrieve the data in the result set of mysql using php?
What does $_server mean?