help with php code
Posted: Tue Oct 11, 2011 4:14 pm
need some help with this code here
how do I add another one like this to check if another field is greater than 12 characters?
Code: Select all
<?php $i=$start+1;
foreach($results as $row)
{
if($row['branch'] == '0000')
{
$brancherror = "error";
}
else
{
$brancherror = "";
}
?>how do I add another one like this to check if another field is greater than 12 characters?