18
August
PHP Based Google Sitemaps Generator
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 [...]
23
July
Headers Appear inside Body while sending HTML mails
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 [...]
