Search Results

0
votes

When should I use GET or POST method? What’s the difference between them?

Querystring on GET is limited to 2048 characters. …
-6
votes

Dynamic Include

You should use at least something like that to prevent XSS attacks. $content = htmlentities($_GET['page'], ENT_QUOTES, 'UTF-8'); And addslashes won't protect you f …