May 17, 2006 (posted by Melanie)

Earlier post explained on how to send a plain email using PHP. This time, we are discussing about sending page contents to email. This technique is based on output buffering. Basically, it would first create read a html file and store in buffer using ob_start(). Next step is to include desire HTML page using include function and then store the contents of that HTML page using ob_get_contents(). Finally use mail() function to send email.


April 15, 2006 (posted by Alex)

This articles demonstrate and explains how to create a secure PHP login script that will allow safe authentication. Here, cookies are not used because of preventive measure against cross-side scripting. The back-end used is MySQL. So, you should have knowledge of MySQL and database as well.


April 05, 2006 (posted by Alex)

The robots.txt file is a text file that has specific instructions for search engine robots about specific content that they are not allowed to index. These instructions tells search engine about which pages of a website should be indexed.


February 13, 2006 (posted by Alex)

This article explains about sending a simple plain mail using PHP mail function.


February 05, 2006 (posted by Alex)

Quite a few people in Nepal are following a web standards to build web application. Whether be it small or large web application, no one cares about the web standards. The web standard has been there for a long time and its been continuously upgrading and updating.


English flagDutch flagFrench flagGerman flagJapanese flagPortuguese flagRussian flagSpanish flag