▋Home > Download
" />
echo $c_title; ?>
You can download a product brochure here. Thank you for interest in AU-LITE Products.
$res2 = new stdb(); $sql2 = "select * from download where w_id = 1 ORDER BY d_id ASC"; $res2->query($sql2); while( $res2->next() ) { $d_name = $res2->f('d_name'); $d_filename = $res2->f('d_filename'); $d_filetype = $res2->f('d_filetype'); echo "▪ ".$d_name." ( Download )
"; } ?>