I have a tree-like structure for categories on my database:
create table cat( id int auto_increment primary key, url varchar(50), parent int refere