Quote Originally Posted by stefin View Post
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' ;
 }
Nice program, fishes love water.