Michdd Posted November 8, 2008 Share Posted November 8, 2008 The title basically says everything, I need to write an if statement where it does whatever is in {} if 2 things hold true. Link to comment https://forums.phpfreaks.com/topic/131945-proper-if-statement-with-2-things-needing-to-be-true/ Share on other sites More sharing options...
Yesideez Posted November 8, 2008 Share Posted November 8, 2008 && if (a==b&&a==c) { Checks if a=b and a=c Link to comment https://forums.phpfreaks.com/topic/131945-proper-if-statement-with-2-things-needing-to-be-true/#findComment-685535 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.