Code: Select all
$objQuery = $mysqli->query("SELECT * FROM station");
while($objResult = $objQuery->fetch_assoc())
{
print_r($objResult);
}
Moderators: mindphp, ผู้ดูแลกระดาน
Code: Select all
$objQuery = $mysqli->query("SELECT * FROM station");
while($objResult = $objQuery->fetch_assoc())
{
print_r($objResult);
}
Code: Select all
<a href="https://www.google.co.th/maps/place/<?=$station[$result->station_dst]?>"><img type="image" width="25px" class="img-responsive" src="img/map.png"/></a>
Users browsing this forum: No registered users and 10 guests