Jump to content

How do secure the input on this baby


Monkuar

Recommended Posts

I have a field called

 

"Profile" it's a varchar(30)

 

Default value is

 

"0,0,0,0,0,0,0,0,0,0"

 

Now, for my users on my forum, I want them to hide parts of there profile/etc, so Me and you are going to assume that each 0 could only be 0 or 1.

 

But 1 problem.

 

if  I use

<input type=checkbox name='profile[]' value=1>

 

Then I get a imploded array of profile right? But how would I go about checking it so people cannot submit anything other then 0 or 1, and It needs to be intvalued also (for security), I heard a function called in_array, could this be used?

Link to comment
https://forums.phpfreaks.com/topic/257843-how-do-secure-the-input-on-this-baby/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.