Jump to content

[SOLVED] Multiple Conditions?


djfox

Recommended Posts

I notice that if you do more than two ifs and one else, the coding breaks. Is there an alternative? I want to do something like:

 

if this {

do that

}

if not this, if that {

do this instead

}

if not that, if whatever {

do stuff

}

 

etc etc.

 

But doing else if more than once doesn`t do the job.

Link to comment
https://forums.phpfreaks.com/topic/75923-solved-multiple-conditions/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.