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'];
...