Warning
: Trying to access array offset on value of type null in
/home1/softlab/public_html/index.php
on line
21
Warning
: Trying to access array offset on value of type null in
/home1/softlab/public_html/index.php
on line
51
- KH Lin's Lab
Home
Research
Publications
Facilities
Members
Current Members
Collaborators (Past and Present)
Alumni
Openings
Gallery
Extras
橡皮的彈性
Labtourphoto
回首頁
Warning
: Trying to access array offset on value of type null in
/home1/softlab/public_html/index.php
on line
86
dbconnect_auto_web(); $tblname="softlab2013"; $sql="select * from $tblname where father_id='$_GET[id]' and status_cht='T' and del_tag = 'F' order by `order`"; $find_main = mysqli_query($link,$sql); while ($row_detail=mysqli_fetch_array($find_main)) { if ($_GET['eng']=='T') { $names=$row_detail['title_en']; } else { $names=$row_detail['title']; } if($row_detail['links'] =='') { $links=""; } else { $links=$row_detail['links']; } ?>
echo $names; ?>
} ?>