Advertisement
Guest User

Untitled

a guest
Mar 27th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2.  
  3. Fil%2B+Led -> urlencode('Fil+ Led')
  4.  
  5. var_Dump($_GET["x"]); -> string(8) "Fil Led"
  6. var_dump(urldecode($_GET["x"])); -> string(8) "Fil Led"
  7. var_dump(urlencode($_GET["x"])); -> string(8) "Fil++Led"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement