Hello Every on i have wrote some scripts for my website and i am getting Undefined variable Notices on a couple Variables like exampled below
$i = 0;
foreach($value as $row) {
$content .= "<option value=\"".$i."\" ".$selected.">".$row."</option>\n";
$i++;
}
now every time i view the page with the error_reporting off it shows this
Notice: Undefined variable: content
dose any know how i can fix this problem??? it would really help