pmiller624 Posted March 14, 2009 Share Posted March 14, 2009 how would i display flash based on a php variable with a if statement Link to comment https://forums.phpfreaks.com/topic/149352-solved-display-flash-based-on-php-variable/ Share on other sites More sharing options...
.josh Posted March 14, 2009 Share Posted March 14, 2009 <?php if (true) { echo "htmlcontenthere"; } else { // do something else } ?> <?php if (true) { ?> html stuff here <?php } else { // etc... Link to comment https://forums.phpfreaks.com/topic/149352-solved-display-flash-based-on-php-variable/#findComment-784398 Share on other sites More sharing options...
pmiller624 Posted March 14, 2009 Author Share Posted March 14, 2009 Thank you, never would have thought of the second one Link to comment https://forums.phpfreaks.com/topic/149352-solved-display-flash-based-on-php-variable/#findComment-784402 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.