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