Guest User

Untitled

a guest
May 25th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. } elseif ($inject == 0) {
  2. $topush = 'c_Email_verify';
  3. array_push($REGDATA, $topush);
  4. array_pop($REGDATA);
  5. $count = count($REGDATA);
  6. //$count -= 5;
  7. $Keys = array_keys($REGDATA);
  8. $Values = array_values($REGDATA);
  9. for ($i = 0; $i <= $count; $i++) {
  10. $$Keys[$i] = $Values[$i];
  11. $$Keys[$i] = strip_tags($Values[$i]);
  12. $$Keys[$i] = stripcslashes($Values[$i]);
  13. $$Keys[$i] = stripslashes($Values[$i]);
  14. print ("Key: $".$Keys[$i]." Value: ".$Values[$i]."<br>");
  15. }
  16.  
  17. /* push/pop c_Email_verify off of the array so we can
  18. prepare to fill the values. then prepare values, and dump */
Add Comment
Please, Sign In to add comment