How to get the DNS servers of a domain name?
Answer / vijaya
by using gethostbynamel you can get the DNS servers of a
domain name
| Is This Answer Correct ? | 8 Yes | 1 No |
Swap two variables value without using third variable in php ?
What is the purpose of pear in php?
please explain me mail function in php
How long will it take to learn php?
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
Where is session value stored php?
Describe PHP error and logging information?
What is .htaccessfile and use of this file
Is variable name casesensitive in php?
Explain what does the unlink() function means?
How to remove duplicate values from a PHP Array?
Difference between get and post method.