How to generate XML sitemap

Today i am going to write a tutorial about sitemaps, Sitemap is a very important part of your website for SEO.

Sitemaps is a protocol to inform search engines about your website links available for crawling. Most of the search engines accept XML formats so this article i will show you how to generate a XML sitemap.

XML-Sitemap Continue reading

Posted in PHP, XML | Tagged , , , , , , , , , , | Leave a comment

How to Make PHP Pagination

Every new programmer face problem of pagination in PHP and today i have decided to give you a very easy pagination tutorial.

In this tutorial i have created a class using that class you can make pagination of static records and database records.

pagination Continue reading

Posted in PHP | Tagged , , , , , , , , , , , , | 1 Comment

How to Callback Cross Domain Data with Jquery & JSON

In this Tutorial I am going to explain you that how you can callback cross domain data with jQuery and JSON(JavaScript Object Notation) is a lightweight data-interchange format.

json_and_jquery Continue reading

Posted in Database, jQuery, PHP | Tagged , , , , , , , , , | 4 Comments

PHP Server and Browser Cache

I am writing this tutorial to increase speed of your web applications with server and browser cache. With caching your application become super lets come to the details of the procedure of cache.

Basics

You should have writing permission for the caching folder (eg. chmod 666 or 777).
You should add attached value (for example cookie or session value ) for the logged users.
The caching object should be added right after the initialization of cookie session.

Cache Continue reading

Posted in PHP, Projects | Tagged , , , , , , , , , , , | Leave a comment

How to Integrate Payment System with Paypal

I received a tutorial requests from my reader that asked to me how to implement payment gateway system with Paypal API. In this tutorial I want to explain how to work with Paypal Sandbox test accounts for payment system development and sending arguments while click buy now button. It’s simple and very easy to integrate in your web projects.

PayPalPaymennt Continue reading

Posted in PHP, Projects | Tagged , , , , , , , , , | 5 Comments