Jump to content

[SOLVED] Quick PHP IF "AND" statement!


Gayner

Recommended Posts

Here is my code:

if ($ibforums->member['skinstyle'] == "")
$lolnoskin = "0";

 

Now i want to put AND if ($ibforums->member['monkskin'] == "") in the same IF function so it would be like this:

 

if ($ibforums->member['skinstyle'] == "") AND if ($ibforums->member['monkskin'] == "") ?

 

I want to beable to use AND Statement in my IF Function, help, thx

Link to comment
https://forums.phpfreaks.com/topic/171898-solved-quick-php-if-and-statement/
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.