if ($users['COUNT(*)'] < 4) {?> // html goes here, outside of the php tags<?php } else { echo "Sorry, you have reached the user account limit."; };?>
if ($users['COUNT(*)'] < 4) {?> // html goes here, outside of the php tags<?php } else { echo "Sorry, you have reached the user account limit."; };?>