You don't have an account yet?
Become part of our PHP community and register now...
for ($i=0; $i<$num; $i++) { $test = mysql_result($res, $i, "p.fk_asset"); if($test==0) echo "This Type is a SparePart!<br>"; }
Comment