http://php.flashwebhost.com/stefin/fish_can_fly.php
Code:<?php $fishsCanFly = 'yes'; if ($fishsCanFly == 'yes') { echo 'then we can never have a fish curry' ; } if ( $fishsCanFly == 'no') { echo 'then we can have as much fish as we want' ; }
http://php.flashwebhost.com/stefin/fish_can_fly.php
Code:<?php $fishsCanFly = 'yes'; if ($fishsCanFly == 'yes') { echo 'then we can never have a fish curry' ; } if ( $fishsCanFly == 'no') { echo 'then we can have as much fish as we want' ; }
Bookmarks