Help for this page

Select Code to Download


  1. or download this
    while($x = each($assigned_to)) 
            { 
            print "$x[0] => $x[1]<BR>"; 
            }
    
  2. or download this
    $sql = <<END_SQL;
    
    ...
       company_id='10'
    
    END_SQL
    
  3. or download this
    $sql = <<END_SQL;
    
    ...
       company_id='20'
    
    END_SQL