What's the php equivalent of the shtml command #exec. I'm converting an shtml page to php and it has this command:
<!--#exec cgi="/cgi-bin/script.pl" -->
Do I use exec() or passthru() or what?