phpnoobie9 Posted April 6, 2008 Share Posted April 6, 2008 I have a bunch of if statements that I want to echo a form inside...how can I do it I seem to keep getting blanks. if () { if () { } if () { } if all the ifs are true echo the form here?? } else { echo 'error'; } Link to comment https://forums.phpfreaks.com/topic/99831-adding-form-to-nested-if-statements/ Share on other sites More sharing options...
papaface Posted April 6, 2008 Share Posted April 6, 2008 if () { if () { if () { //echo form. } } } else { echo 'error'; } Link to comment https://forums.phpfreaks.com/topic/99831-adding-form-to-nested-if-statements/#findComment-510590 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.