Subscribe to ITTreats.com - Open Source Tech

Parsing Pay Per Click XML FEED

Parsing PPC XML feed is now easy, use the following  2functions  and get your required result in multi dimensional array format and go ahead with your own html  version  of the feeds.. The functions require is 1. parse_ppc 2.getcontents

Sending Emails using PHP Applications

Sending Emails using php is very easy we have predefined mail function for sending emails.

working with XML Files in PHP

Tutorial for  Working with XML Files in PHP

PHP pagination tutorial

Use Pagination to display results of your MySQL query over multiple pages in PHP. This php pagination tutorial will help you out in sorting out problems with pagination

Sessions in PHP

Using Sessions in PHP Session variables hold information about one single user, and are available to all pages in one application. over internet to maintain state of the user we will use sessions, sessions are temporary, by a unique id web server will keep the user data in the web server with which user state [...]

Using Cookies in PHP

Using Cookies in PHP cookie is a piece of information stored on to the users computer.We can set timestamp for cookie which will stores the data till the date of expiry until and unless user clear off the cookies. in PHP we can create, reset, clear the cookies <br> Creating Cookie by using setcookie function [...]