I am trying to create a script that will crawl through a directory, take
each file name, and parse it to get information from the filename.  This
is going to be used to place artists and song names into a database. 

The filenames are all in the following format: artist - songname.mp3

Is there an easy way to parse that to create two variables: $artist &
$songname?

 -- Jason Dubya



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to