[Plugin: PHP Snippets] error getting data from a form
-
I’m new to wordpress. I have some php pages that work fine outside of wp but when trying to move them into the wp site the form data is not getting passed. This part works;
$courseid = $_REQUEST['courseid'];
As it is passed in the URL.
I then pull up a form (contained in the snippet) based on the courseid. It’s when that is filled out and submitted I get strange results. I’m using a REQUEST to get the information. Should I be doing something differently?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: PHP Snippets] error getting data from a form’ is closed to new replies.