View Single Post
ישן 20-04-07, 18:27   # 2
DorWD
תודה על תרומתך.
 
DorWD's Avatar
 
מיני פרופיל
תאריך הצטרפות: Jan 2006
מיקום: עפולה
גיל: 32
הודעות: 2,259

DorWD לא מחובר  

PHP קוד:
function BuildTree($type) { 
        global 
$config,$AppIteam
        
$chkTree=mysql_query("SELECT * FROM ".$config->tblcode."_".$AppIteam." WHERE type='0' AND cat='".$type."'"); 
        while (
$Tree=mysql_fetch_array($chkTree)) { 
            
$content .= $Tree[TitleHEB]."<br>"
            } 
            
BuildTree($Tree[id]); 
            return 
$content
        } 
תנסה ככה...
__________________
מתכנת WEB
  Reply With Quote