php - How to use $_POST to send data to a wordpress page? -
hey guys, wanted know how send data wordpress page using $_post ? , page has template named data_page.php should action value in form ? data_page.php or myweb.com/data-page/ ?
and thank :d
if using mod_rewrite, (http://codex.wordpress.org/using_permalinks explains), , http://myweb.com/data-page/ mapped function, can write
<form action="http://myweb.com/data-page/" method="post"></form>
Comments
Post a Comment