SyntaxFix
Write A Post
Hire A Developer
Questions
If you want everything in your post to be as $Variables you can use something like this:
foreach($_POST as $key => $value) { eval("$" . $key . " = " . $value"); }