i get this error
Parse error: parse error, expecting `')'' in /home/html/shop/editphones.php on line 13
line 13 is the 3rd line here.
if($_POST['action'] == "doedit"){
$typeCount = count($_POST['shop_location_ids']);
for ($i = 0; $i <= $typeCount; i++) {
//code here
}//end for
unset($action);
}