PHP Miscellaneous Tutorials
This tutorial is about creating a multi-level tree from the values stored in the database. This tutorial has 2 parts, first i will discuss how to store hierarchical data in a single table and the second part will teach you create a tree from database values using JavaScript.

|
Category: PHP »
Miscellaneous | Views: 2
Regular expressions, sometimes referred to as regex, grep, or pattern matching, can be a very powerful tool and a tremendous time-saver with a broad range of application

|
Category: PHP »
Miscellaneous | Views: 154
In this tutorial you will learn how to create simple tabs in PHP. The code dynamically creates tabs from a PHP array.

|
Category: PHP »
Miscellaneous | Views: 186