Posts by Gabriel • 7 points
2 posts
-
-2
votes1
answer140
viewsQ: Problem to use user IP instead of server in CURL
I’m using a CURL function this way, to read the contents of curl with user IP and not server IP: function curl($url) { $curl = curl_init($url) or die("Erro, o CURL não está habilitado.");…
-
1
votes0
answers53
viewsQ: PHP project security tips
I’m on a project of a website, I did data processing using PDO and so I thought it was all ok. However recently I did a test with Acunetix and the error result was level 4, XSS was the most accused.…