i just finished my website my design as below
database
tblmenu
-menu_id (primary key)
-menu_name
tblsubmenu
-menu_id (foreign key)
-sub_menu_id (primary key)
-sub_menu_name
when i click the menu it display my menu_id
http://localhost/index.php?menu_id=1
how to hide this id i try to used uniqid() but it have problem with my sub menu because it call an id from menu then compare in database any good solution for this? i wan to use md5 or uniqid to hide it
thanks,



Reply With Quote






Bookmarks