Forum: Advanced PHP Programming
10-27-2009, 04:12 PM
|
|
Replies: 7
Views: 1,510
You can use this ....
TABLE (primary key...
You can use this ....
TABLE (primary key "parent, child")
|parent | child | s_name | url
| ----- | 00001 | menu 1 | view.php?p=1
| ----- | 00002 | menu 2 | view.php?p=2
| ----- | 00003 | menu 3 |...
|