oh,thanks~
updated~
but it's can't run too~
Quote:
$query = mysql_query("SELECT value FROM table");
while($row=mysql_fetch_array($query)) {
$test .= $row[value];
}
|
Quote:
result = dbi_query(dbc,"SELECT value FROM test")
dbi_free_result(result)
|
this's php code=-="
how to change to AMXX code><