Category: Tutorials
PHP Framework video Tutorials
PHP MVC Framework live example tutorials PHP MVC frameworks Tutorials Part 1 PHP MVC frameworks Tutorials part 2 PHP MVC frameworks Tutorials part 3 PHP MVC frameworks Tutorials part 4 PHP MVC frameworks Tutorials part 5
Facebook signup on website
Using facebook registration plug-in users can easily sign up on your website using facebook data. With one simple facebook login the form will be filled with user appropriate data. This plug-in is a simple iframe you can place it anywhere on your
PHP manual with all PHP Sample’s – Free Download
The PHP manual is available in a selection of languages and formats. Pick a language and format from the table below to start downloading. Notes to read before you download The English version should be considered the most accurate, since
Fetch records by php/mysql with Ajax Pagination ?
How to fetch records by ajax-php-mysql with pagination ? Some time i think why i spare my time to add my codes here for all, but really im telling from my heart i want any other guy not waste his/her time to search about these simple things as i d
PHP Fatal Error Maximum Execution Time Issue
Lot of times it happen that we get some weird error in PHP. One of such errors is a Fatal Error that usually occurs when Uploading big files in PHP. This error has to do something with the Maximum timeout setting. When we upload a large file it
Tag Cloud in PHP
Introduction In this tutorial i am going to show you how to create a basic word / tag cloud using php and utilizing php classes for easy inclusion. I am going to create a class based cloud, this is because it will be more convenient for you to
Creating Excel documents in PHP
PEAR’s ‘Excel Writer’ is a nifty module to create Excel documents form PHP. Its a port of the perl Spreadsheet::WriteExcel module. It supports cell formating, formulas, multiple worksheets, page size setting, notes and more. Below is gi