Jump to content

If statments


tsilenzio

Recommended Posts

I know this is probably dumb to ask but if any of you are fimilar with C++ / C# / Java you would know that u can do if statments a couple of ways for example:

 

if(condition)
{
    //do something
}

//OR

if(condition)
   //do something in one line

 

Will the second method work in PHP? :s

 

Yes it will.

Link to comment
https://forums.phpfreaks.com/topic/59508-if-statments/#findComment-295724
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.