Hi,
I have this code:
$Chk = $HTTP_POST_VARS['chk'];
But if I send nothing I get an error message:
Undefined index: chk
I need it to the page to recall to itself.
I know that I can use $Chk = $chk,
but my IIS response an error for that code. What should I do?
Assaf