Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rea1bacon authored Aug 19, 2021
1 parent 2fe1caf commit 0ff0cd9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PHP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,12 @@ If we set the password not to a string but to '1' (True) it will work because st

a:2:{s:5:"login";s:10:"superadmin";s:8:"password";b:1;}

## PREG_REPLACE()

You can execute php code with the function preg_replace()

Pattern : /a/e

Replace : phpinfo();

Content : a

0 comments on commit 0ff0cd9

Please sign in to comment.