Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将帖子中的一些数据插入到数据库中的新表中。我怎样才能做到这一点?我是 wordpress 及其功能的新手,所以请帮助我提前谢谢
尝试这样的事情:
if ($_SERVER['REQUEST_METHOD'] == 'POST') { $wpdb->insert('table_own', array(table_y=>$_POST['y'])