0
<?php
if($result_array['ACK']== 'Success')
{
wp_redirect(get_page_by_title('thank-you'));
}else{
//redirect like php
header("Location : http://localhost/mysite/faq");
} ?>
我的查詢工作,但我不知道該如何,我只是在我的網頁重定向和在WordPress顯示我的任何頁面內容的數據。所以請幫助我。