RE: forwarding from virtual email account to real email acc ount

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 
> Hey, I want to change the oil in my car, is this possible in PHP?

if($accumulated_miles<3000){
  keep_driving;
}else{
  purchase_supplies('oil', 'filter');
  drain_crankcase;
  replace_filter;
  oil_fill(15);
  $accumulated_miles=0;
}

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux