I came across this great app called phpSitemapNG couple of days back when I was searching for some PHP based application which can generate xml file for Google Sitemaps

You just have to install this application on your server, there is nothing much to install, just need to change CHMOD of few files and get the things rolling… :)

This app is just too powerful…it scans each and every file hosted on the server, of course it has option exclude file types and folders (some common folder names and file types are already added in exclude list)…..

It has plugin support also, so you can just create plugin for your application according to your needs and get the things rolling :)

Their next version is going to have option to include remote sites so that sitemaps can be managed from centralized location….

The man behind this application, Tobias, is a pretty cool guy…now I have him on my messenger too :) He is currently looking for some people to contribute their plugins, he has also put up current requirements page, see if you can contribute something and make that app. much more powerful :)

Filed under: General, PHP, Tech News & Stuff
August 18, 2005 |
Comments (3)

This is one of the strange problems i have faced in PHP.

When you try to send HTML mails using mail() function in PHP you get HTML code in the main instead of showing HTML Content.

It may happen because of some missing headers but it may happen because of some restrictions on mail server also.

So to cross check it you need to check following things first..

Check if you have provided proper headers and other things are proper or not.

Read more…

Filed under: PHP
July 23, 2004 |
Comments (1)