Sunday, January 1, 2012

Get DNS Record through PHP

1 comment
View your domains's dns record using this short and simple php script
Read More...

View html source code using php

2 comments
ooking for php script that can view external html page source?
well you came into the right place, i wrote 2 different php scripts which can be used to view html source code
Read More...

PHP Operator: The "@" sign

2 comments
Let's talk about this php operator and how to use it on your script
okay, the at sign (@) is a special php operator which can be used to supress or "hide" the error
that might occur on your script.
Read More...