کد زندگی در ایران

چهارشنبه, ۲۰ آذر ۱۳۸۷ / نوشته شده در : کد زندگی
<?php
include 'world.php';

$world = new World;
$country = $world -> Country('iran');
$you = $world -> Person($country);

if ( in_array('MONEY', $you) )
        include 'life.php';
else
        unset ($you);
?>

۷ دیدگاه

دیدگاه خود را بیان کنید