Archive | September, 2008
Prevent search engines from crawling and indexing your website

Prevent search engines from crawling and indexing your website

All search engines have automatic web crawlers that are constantly browsing the internet in order to keep their search results up to date.  Unless you specifically configure your website to disallow them, they will eventually find you and list you in their search results. To disallow these crawlers(robots) from crawling your website, just create a [...]

Read full storyComments { 0 }
How to get information about your php installation

How to get information about your php installation

When creating php programs, not only is it important to know which version of php is running on your server but also which modules are compiled with your php installation. To check what modules are installed, simply type the following code in a php file and load the file in your browser. phpinfo(8); If you [...]

Read full storyComments { 0 }