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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -