How to get the DNS servers of a domain name?
Answer Posted / vijaya
by using gethostbynamel you can get the DNS servers of a
domain name
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Why is php used?
Does php have a future?
Is php worth learning in 2019?
Where are the persistent cookies stored on your computer?
What is the functionality of the functions strstr() and stristr()?
What new features php7 has in store for us?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How can we destroy the cookie in php?
Explain the difference between $var and $$var?
Explain difference between urlencode and urldecode?
How can php and javascript interact?
What is $_ server request_method == post?
What are the advantages of oops in php?
How to create a table to store files?
How to convert one date format into another in php?