php isset do you need it in a form check? -
I'm trying to understand that a isset is required during processing if I check $ _REQUEST ["input_name"] I am not sure if it is not passed and if you are trying to use an array item, PHP does not make an error ... I can use ($ _ request ["input_name"]) I am In those cases, can I use it about "blank" if ()
THnks
Comments
Post a Comment