I'm trying to use php to find out the legnth of an audio file for a podcast site i help run, so i do not need to manually keep editing the xml feed to itunes.
PHP has no built-in support for handling MP3s, and X10 doesn't have installed any PHP extensions for MP3s. You could try installing getID3. Perl modules might be easier to install & get working.