This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
データベースから最後のエントリを選択したい。
$sql = "SELECT LAST(time) FROM pikkertonnode_415629569";
$erg = mysql_query($sql) or die ("Can't do it");
while ($data = mysql_fetch_array($erg))
{
$x = $data['time'];
...