Is there a function or way to run command line programs from within PHP?
exec(); and system(); functions will allow you to run command line programs in php.
John