¡@

Home 

php Programming Glossary: v_dpth

Print hierachical data in a parent child form unordered list php?

http://stackoverflow.com/questions/4318010/print-hierachical-data-in-a-parent-child-form-unordered-list-php

begin declare v_done tinyint unsigned default 0 declare v_dpth smallint unsigned default 0 create temporary table hier parent_msg_id.. engine memory insert into hier select parent_msg_id msg_id v_dpth from messages where msg_id p_msg_id http dev.mysql.com doc refman.. join hier on e.parent_msg_id hier.msg_id and hier.depth v_dpth then insert into hier select e.parent_msg_id e.msg_id v_dpth..