hai

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jaggs79
Forum Newbie
Posts: 5
Joined: Fri May 21, 2004 10:28 pm

hai

Post by jaggs79 »

i have a small problem, thanks if anybody can help me to figure it out.
i have to execute a perl script on the server and use that data from the file produced for further processing on the web page.can any body tell me the best approach to do it
Thanks in advance
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

sounds like a good candidate for [php_man]exec[/php_man] or [php_man]shell_exec[/php_man]
Post Reply