>Is there a simple script that will take a value in Kilobytes and convert
>it to MegaBytes?

$value_in_mb = $value_in_kb / 1024;

ta da

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html


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

Reply via email to