How can I make a query with the result of the previous query?

前端 未结 0 1077
Happy的楠姐
Happy的楠姐 2021-01-05 04:51

This is a example of my code for made a query to the db:

$query_db = $mysqli->prepare(\'SELECT DATA FROM db_table WHERE data = ?\');
$query_db->bind_par         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题