banner ad

RSSCategory: Tutorials

PHP Framework video Tutorials

| November 29, 2011 | 0 Comments

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

Continue Reading

PHP manual with all PHP Sample’s – Free Download

| October 10, 2010 | 0 Comments

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

Continue Reading

Fetch records by php/mysql with Ajax Pagination ?

| March 5, 2010 | 0 Comments

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

Continue Reading

How to Hide PHP Notice & Warning Messages

| February 8, 2010 | 0 Comments

Handy tip for php programmers to hide php notice and warnings : // Turn off all error reporting [php] <pre>error_reporting(0);</pre> [/php] // Report simple running errors [php] <pre>error_reporting(E_ERROR | E_WARN

Continue Reading

PHP Fatal Error Maximum Execution Time Issue

| February 7, 2010 | 0 Comments

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

Continue Reading

Tag Cloud in PHP

| February 6, 2010 | 0 Comments

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

Continue Reading

Creating Excel documents in PHP

| February 3, 2010 | 0 Comments

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

Continue Reading

banner ad