pmiller624 Posted March 14, 2009 Share Posted March 14, 2009 how would i display flash based on a php variable with a if statement Quote 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... Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.