Posts by leugim • 27 points
3 posts
-
-2
votes1
answer402
viewsQ: Block query string url - php
Good morning, My doubt arises because of increasing the security of my application. The scenario is as follows: A user with authorization sees the listing of several items (e.g., list-item.php), and…
-
2
votes0
answers66
viewsQ: Web Developer: Evolution Advice: Next Step?
Good morning to all, I need your advice and your experience to evolve your career. I have been a Web Developer for 2/3 years. I have always worked on doing everything from scratch, working with…
-
1
votes0
answers266
viewsQ: Avoid SQL Injection Login Form
Good morning, everyone, I’m new to anti-sql security Injection. I always learned only to validate the inputs and then use them in the query, always with mysqli_query and mysqli_fetch_array. I have…