Skip to main content

Posts

Showing posts with the label MySql

25 New & Useful PHP Techniques & Tutorials

PHP is the most popular and widely accepted server side scripting language among developers due to its easy to learn nature, free of cost and its large ever increasing helpful community. Here are 25 useful PHP techniques and tutorials, most of which have been published only in this year. 1.  Facebook type image rotation and more using PHP and Javascript How does facebook rotate images in gallery. Here’s a nice solution using the inbuilt  imagerotate functionality in PHP.  View Demo » 2.  Retrieve Google Analytics Visits and Pageviews with PHP Learn how to integrate Google Analytics data into your website using an easy to use PHP API View Demo » 3.  Caching Dynamic PHP pages easily Learn how to cache database intensive heavy pages and serve the static html cached files utilizing the output buffering in PHP 4.  Reading Excel Sheet in PHP In this article you will learn, how you can read Microsoft Excel Sheet in PHP using Open Source Tool PHPExcelReader. 5.  XML Parsing in PHP/XPath Wa