How to creating simple xml file using php.I'll describes how to creating xml file by formatting tags using php.
How to php read xml file using SAX parser.SAX means Simple API for XML.The SAX parser is work differently with DOM parser, it either load any XML document into memory…
Today I'm going to describes how to read xml files using php.I'll explain this using simple php example.If you have simple knowledge about xml this is very easy job.
How to get unread Emails count in Gmail Account using PHP.You can get unread Emails count by gmail feeds.Here is a example how to get unread email count in your…
How to import user email addresses from gmail account using php.Now I'm going to explain how to import email addresses using google auth API.
The Google Contacts Data API allows client…
How to process PayPal payment gateway using php.This post will describes how to doing a payment using PayPal gateway,payment errors and its solutions.
When you are working with php, probably your page includes youtube or vimeo video url in the description.Check that youtube/vimeo video url is valid and that video is exist, then…
If you want to check elements if exist or not in the multidimensional array using php.So now I'll describes how to check elements is exist or not in the multidimensional…
How to read file using php.Following example is describes how to read and display file content using php.php fopen() and fread() functions will help to do this.
If you want to get last week dates using php, that can be get from the following example.