/ Published in: PHP
Expand |
Embed | Plain Text
// Get $_POST values // Automatically assign the $_POST values into variables with it's key $$post_keys[$i]= $post_values[$i]; }
Comments
Subscribe to comments
You need to login to post a comment.

After that you can call the variables as normal, if it was submitted let's say $_POST['name'] = 'titosemi'; you will have a variable called $name with a value of 'titosemi'