How to Add Text in an Image
Want to add text in images using PHP? This small script demonstrate how to add a custom text to an image loaded onto your page.
How to Get IP Address of Visitor
This is a simple PHP tutorials and script for getting remote visitors with their IP Address. With this tracking your visitor is very easy and simple with PHP. PHP has a set of…
Highest Paid Search Keyword
HI wonder why people are paying such a high price for keywords in advertisement. As i browse and search from net what i found is “mesothelioma”, the highest paying ads till now. Here goes the list of highest paid keywords.
Getting Traffic to site and Earning Money
Pretty simple and candid to get a traffic to a site. Due to the advent of advertising program and pay per click services offered by Google, Yahoo and MSN, earning has become an…
Creating an Iframe in CSS
Creating Iframe with help of CSS is an easy task. This article demonstrate how Iframe can be built within few minutes.
Email HTML page contents using PHP
Earlier post explained on {{post id=”how-to-send-e-mail-using-php” text=”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.
Creating Secure Login in PHP
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.
Making robots.txt File
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.
Framework for Web Application Development
Logical tier (coding) and presentation tier (design) in a web development is common process where logical tier has collection of classes with its function and presentation tier has design issue of a website.
How to Send E-Mail using PHP
This article explains about sending a simple plain mail using PHP mail function.




