This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
Is there a speed detriment to accessing $_POST vars versus a local copy? Should I reassign the values locally ie $newFoo = $_POST['foo']; or just access $_POST['foo'] as needed?