抱歉转储问题。 8年前,我是一名vb程序员。我正在尝试做一些WP编程。由于我对PHP的了解也较少,因此我遇到了结构错误。我需要将url传递给另一个函数。当echo = $ url-> url;
时,我没有显示任何消息 global $wpdb;
$urls=$wpdb->get_results("select url from sbp_urls");
$wpdb->num_rows; //( its okay 171 records there)
foreach($urls as $url){
$response=$url->url;
}
echo $response;
nothing is shown . Where is my mistake to get url with the code $url->url; ?