Archive for June, 2009

Open Pdf,Doc,Docx files inside Same Browser Window using PHP

We usually try to include various types of files like pictures,documents,pdf files etc.For the picture files,you can directly upload the file to site and embed in your blog using <img> tag. For word document files(.doc files), you would need a Browser Plugin to do this .This will be really helpful for those who have no [...]

  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • Technorati
  • Twitter
  • Yahoo! Buzz
  • Google Buzz

Get your Multilple Domain Namesevers Using PHP

In certain cases,we have to identify the domain nameservers where we have hosted.Users may submit various sites and we might confirm their name servers for proper coding.If name server is already know,better option is directly comparing with the result $domaincheck = checkdnsrr($HTTP_POST_VARS[domain],”ns”); But in most of the cases,dns_get_recordbecomes more useful. <?php $result = dns_get_record(“TECHTIPSMASTER.COM”, DNS_ANY, [...]

  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • Technorati
  • Twitter
  • Yahoo! Buzz
  • Google Buzz