Powered by Blogger.

extract in PHP



extract in PHP

We should use a prefix with extract in PHP to make it secure enough.
extract($_POST, EXTR_PREFIX_ALL,'unique_prefix');

No comments