Jump to content

AND? very quick


chico1st

Recommended Posts

I have a quick question, how do you make: coditional statement AND conditional statement so that both must be true?

I have this
do{
}while ($row['caption'] != $fileCaption) and $row['type'] != $fileType and $row['size'] != $fileSize and $row['caption'] != $fileCaption);

with just teh first conditinal statement it works but if I add more it doesnt. I think my "and" thing is wrong
THANKS!
Link to comment
https://forums.phpfreaks.com/topic/17084-and-very-quick/
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.