if (isset($_REQUEST['c']))
{
$h=$_REQUEST['c'];
for($i=0;$i<count($h);$i++)
{
$hb=implode(",", $h);
}
}
In PHP, I type this code for checkbox, but I receive an error on the loading page.
Software/Hardware used:
vmsd;
ASKED:
September 24, 2012 7:26 AM
UPDATED:
September 24, 2012 11:54 AM
What was the error? — Tom
Erro could be if ($_REQUEST['c']) is not an array
IF this varibale is not an array then
Errror will be
Warning: implode() [function.implode]: Invalid arguments
passed