mudi Posted February 13, 2008 Share Posted February 13, 2008 How i make an if and then other if INSIDE the pevious if command? Link to comment https://forums.phpfreaks.com/topic/90834-if-over-if/ Share on other sites More sharing options...
wildteen88 Posted February 13, 2008 Share Posted February 13, 2008 Umm, simple: if( expression ) { if( expression ) { } } Link to comment https://forums.phpfreaks.com/topic/90834-if-over-if/#findComment-466070 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.