All pastes #100957 Raw Edit

Stuff

public text v1 · immutable
#100957 ·published 2006-07-26 16:02 UTC
rendered paste body
<?php

if ( $_GET['moose'] = 'green' )
{
    echo 'IT IS GREEN';
}

?>