Posts by Vegaz • 23 points
3 posts
-
2
votes2
answers64
viewsQ: Best way to avoid attack by image update?
What’s the best way to avoid an image attack? The attacker adds malicious code to the image and updates it to the server and executes the code as if it were an image, how to avoid this type of…
-
0
votes1
answer49
viewsQ: What is " .= " for in PHP and when to use?
Good guys I’m with a doubt I was analyzing a code in php and saw that in a foreach is used the expression $main .= '...'; and would like to know what it is for and when to use.…
-
0
votes1
answer240
viewsQ: How to update Mysql results automatically with Javascript?
How do I update Mysql queries automatically with Javascript? I was looking at the site and I found something that helped me just that I put on my site and when I went to see the server processes the…