
How to handle multiple IF?
- this is my current code:
<?php = 'Text string 0 - ultimate info'; = 'Text string 1'; = 'Text string 2'; = 'Text string 3'; = 'Text string 4'; = 'Text string 5'; if ([100]) { print ; } else if ([101]) { print ; } else { print ; } ?>
<?php = 'Text string 0 - ultimate info'; = 'Text string 1'; = 'Text string 2'; = 'Text string 3'; = 'Text string 4'; = 'Text string 5'; ... if ([100]) { print ; } if ([101]) { print ; } if ([102]) { print ; } if ([103]) { print ; } if ([104]) { print ; } ... else { print ; } ?>
-
Joe Crosbie -
Thanks - 1 reply
{{ DiscussionBoard.errors[8421808].message }}-
jzeleny -
Thanks
{{ DiscussionBoard.errors[8421833].message }} -
-
-
wayfarer -
[ 1 ] Thanks - 1 reply
SignatureI build web things, server things. I help build the startup Veenome. | Remote Programming Jobs{{ DiscussionBoard.errors[8421854].message }}-
Brandon Tanner -
Thanks
Signature{{ DiscussionBoard.errors[8422828].message }} -
-
-
jzeleny -
Thanks
{{ DiscussionBoard.errors[8440704].message }} -