Do you know how to get the ip address of the client?
No Answer is Posted For this Question
Be the First to Post Answer
how we can use lamp.ie installatiion and basic workings.Is it similar to wamp in usage?
What is the purpose of php?
Write a program to display table of a number using php?
What is the meaning of die in php?
write a program to print [123] [456] [789] note : braces also need to be printed
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
List types of array are available in php?
What are the design patterns in php?
Which is the best php framework for a beginner?
Tell me how can we connect to a mysql database from a php script?
Is it possible to destroy a cookie?
How many keywords are there in php?