All Entries Tagged With: "structure"
How to create a directory structure ?
How to create a directory structure ? or How to creata a tree structure ? or How to design a database for a tree structure ? or How to design a database for storing hierarchical structure ? using single table Create a table like this CREATE TABLE `category` ( `id` int(11) NOT NULL auto_increment, `name` [...]
R Arun Raj | Mar 07, 2008 | Comments 0



