Welcome Guest, Not a member yet? Register   Sign In
validation not working
#4

Code:
<input name="album_id" size="10" required>

This way is no problem, but it does not mean you don't need  to validate in PHP code.

Because if attackers come, they can send requests without album_id field easily.
So if you don't check the field exists in POST data, invalid data might be processed.
Reply


Messages In This Thread
validation not working - by Anharr - 09-16-2024, 12:04 AM
RE: validation not working - by wdeda - 09-16-2024, 04:47 AM
RE: validation not working - by Anharr - 09-16-2024, 07:23 AM
RE: validation not working - by kenjis - 09-16-2024, 06:57 PM
RE: validation not working - by kenjis - 09-16-2024, 06:47 PM
RE: validation not working - by kenjis - 09-16-2024, 06:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB