mysqli_select_db($link,"table")
mysqli_query($link,"set names 'utf8'")
$sql = "select * from table where id = xx"
$res = mysqli_query($link,$sql)
while($row = mysqli_feach_array($res)){
echo $row[id]
}
欢迎分享,转载请注明来源:内存溢出
mysqli_select_db($link,"table")
mysqli_query($link,"set names 'utf8'")
$sql = "select * from table where id = xx"
$res = mysqli_query($link,$sql)
while($row = mysqli_feach_array($res)){
echo $row[id]
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)