| |

| PHP: Currently Active Users Posted in PHP > Miscellaneous by tutorialgrub on May 14, 2011
hi all, in this tutorial ill show you how to show the users that are logged on to your website like the one in codecall home page.theres several techniques that you can use to do so, i choose to use this one for simplicity. |
| |

| PHP Objects Posted in PHP > Miscellaneous by tutorialgrub on May 14, 2011
OOP is a method of programming where objects are designed and communicate with each other to solve a problem. |
| |

| PHP, SQL, jQuery and AJAX - Populate Select Boxes Posted in PHP > Miscellaneous by tutorialgrub on May 14, 2011
In this tutorial I will show you how to write a simple jQuery AJAX script to populate Multiple select boxes from data retrieved from an SQL Database. As a demonstration I will use the concept of a search query implemented on most motor sales websites. |
| |

| PHP Open Database Connectivity (ODBC) Tutorial Posted in PHP > Miscellaneous by tutorialgrub on May 13, 2011
Hi All! I present to you PHP (Open Database Connectivity ) ODBC. |
| |

| PHP Opcode Caching With eAccelerator Posted in PHP > Miscellaneous by tutorialgrub on May 13, 2011
My previous article about PHP optimization at the coding level can be located here: PHP Optimization - Theory and Practise |
| |

| Creating a simple mail sender class with PHP Posted in PHP > Email Systems by tutorialgrub on May 01, 2011
In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder. |
| |

| Create a PHP5 Framework: Part 2 Posted in PHP > Development by tutorialgrub on Apr 23, 2011
Create a PHP5 Framework: Part 2 for beginners on NETTUTS.com |
| |

| How to Use the Crypt() Function to Encrypt and Check Passwords Posted in PHP > Security by tutorialgrub on Apr 22, 2011
This tutorial walks you through how to use the crypt() function in php. You'll encrypt a password so that it can be stored in the database, compare a new word to the encrypted password, and use an md5 hash to make sure you encrypt the entire passphrase. |
| |

| Generating an active navigation class using php Posted in PHP > Site Navigation by tutorialgrub on Apr 22, 2011
Learn how to use php to generate a class of active inside your navigation to visually specify the active page to the user. |
| |

| PHP E-mail with attatchment Posted in PHP > Email Systems by tutorialgrub on Apr 22, 2011
This is a simple code for attaching files in E Mail using PHP. |
<< 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 >> Next |