[Solved] Call a script, and go onward with PHP code.

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
colombiunpride
Forum Newbie
Posts: 4
Joined: Wed Jun 10, 2009 3:25 pm

[Solved] Call a script, and go onward with PHP code.

Post by colombiunpride »

I'm new to Perl, and PHP. Turns out the script was exiting since one of the files it was suppose to open wasn't in the directory.

I can run Perl scripts now.


Does anyone know how to call the passthru() command and have it go on with executing the PHP code. That is, calling passthru() so that the PHP code doesn't wait around until it completes?

I mistakingly created a new thead. I posted my solution here.

viewtopic.php?f=1&t=101527&p=545289#p545289

Thanks! :P
Post Reply