http://php.flashwebhost.com/austin/day4.php

Code:
<?php$animal = 'tiger';
$color = 'green';


if($animal == 'frog'){
	if($color=='green'){
		echo 'You are green frog';
	}
	else
		echo 'You are an invisible frog';
}


else if($animal=='dragon'){


	if($color == 'green')
		echo 'You are a green dragon and stefin got your eggs :D';


	else if($color=='red')
		echo ' You are a red dragon and stefin is coming to steal ur eggs too :D';
}


else{
	echo 'i know you are a tiger and you are green.';
}
Stefin ... run!!!!