Posts by Hxfs • 35 points
4 posts
-
0
votes1
answer111
viewsQ: AJAX/PHP pass $_GET and $_POST?
Good evening everyone, I have a PHP script that creates a table in which on this page is run an ajax script and you can see in real time who is in the database... in this table I have a delete…
-
0
votes0
answers41
viewsQ: PHP Injections from Mysql
Good evening everyone. In the framework of exploring the vulnerabilities of my code I decided to test an injection of Mysql, first to escape the strings and right now without escaping them... It…
-
1
votes1
answer67
viewsQ: Common events?
Good evening, I would like to associate a common event for all label_DragOver and label_DragDrop... such a thing would be possible? string _currLabel = string.Empty; private void Form1_Load(object…
-
2
votes1
answer87
viewsQ: Dynamically remove components in C#
Good evening, I’m trying to solve a problem I came across by dynamically trying to remove the picturebox I created: namespace WindowsFormsApplication8 { public partial class Form1 : Form { int count…