Advertisement
Mr_MitchW

Untitled

Jun 8th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. foreach($bogie_axle_table as $count_bogies){
  2. if ($count_bogies['bogie_nr'] >0) { //<!--If the bogie number is higher then 0, it will display the bogie number-->
  3. echo"Done!";
  4. }else{ //<!--Else, if the bogie number is the same or lower than 0, it will display: Not in a bogie-->
  5. echo "Fill in more fields!";
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement