DAY 4 PHP PROGRAMMING

http://php.flashwebhost.com/tom/trai..._Ernakulam.php

Code:
<?php


$trainGoesToErnakulam = 'no';


if ($trainGoesToErnakulam == 'yes')


{


echo 'I Will Enter The Train.';


}


if ($trainGoesToErnakulam == 'no')


{


echo 'I Will Not Enter The Train.';


}