On Wed, 01 Sep 2004 07:05:33 -0400, Roger Lord <rlord17889@yah oo.com> wrote:
[color=blue]
>In java you can call native programs. I'd like to be able to do that
>from php. Is that possible?[/color]
A probably incomplete list would be: exec(), system(), shell_exec(),
backticks, popen(), proc_open(), passthru(), compiled extensions, all of which
are in the manual.
--
Andy Hassall / <andy@andyh.co. uk> / <http://www.andyh.co.uk >
<http://www.andyhsoftwa re.co.uk/space> Space: disk usage analysis tool
Comment