| |

| PHP - Full Path Disclosure Posted in PHP > Miscellaneous by tutorialgrub on Jul 11, 2011
I will explain one vulnerability in PHP and hopefully more if this tutorial is liked |
| |

| Create your First Tiny MVC Boilerplate with PHP Posted in PHP > Miscellaneous by tutorialgrub on Jul 10, 2011
I fm often asked about how to create an extremely simple MVC boilerplate for small projects which don ft require a massive framework, like CodeIgniter or CakePHP. We fll build a solution in ten minutes or so. |
| |

| mySQL Rows in PHP Posted in PHP > Miscellaneous by tutorialgrub on Jul 01, 2011
Ok in mySQL you have rows in a Table. In these rows you have columns. Each row has a certain number of columns with headers. The easiest way to show this is a News System. |
| |

| PDO: Database connections and abstraction Posted in PHP > Miscellaneous by tutorialgrub on Jun 20, 2011
PDO stands for PHP Data Objects which is a powerful database data abstraction class as a core library in all versions of PHP since 5.1 providing a uniform data access interface with prepared statements, bound parameters and dynamically loadable drivers under the same API. |
| |

| PHP 5 and OOP Posted in PHP > Miscellaneous by tutorialgrub on Jun 13, 2011
Object oriented programming was introduced for the first time in PHP 3. But the subjects is extremely actual again in PHP 5, because the entire concept of the OOP(Object Oriented Programming) was in fact redesigned from scratch for the new version of the language (PHP 5). |
| |

| PHP Code: Simple Encryption Algorithm Posted in PHP > Miscellaneous by tutorialgrub on Jun 13, 2011
This is a very simple Encryption Algorithm that uses the Caesar Shift Decoder (also called the Caesar Cipher). |
| |

| 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. |
1 2 3 4 5 6 7 8 >> Next |