I am developing a plugin in WordPress. But I have no idea how to post the form data to a PHP file created by me. And how to post, where to place that file? etc etc
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
can you explain your answer in more detail?
as i have understood your question i can give you answer as,
you can include your page in the plugin page if you want to add that page in the plugin page.
and you can post the data in the plugin page by simply using $_POST.
if you want to post the data to your php page you can send that as an argument in include page if they are small data