Hi, my friend and I are creating a log parser for a series of games. We have written the frontend (web) in PHP/MySQL and the parser in Perl (also using MySQL, of course). Now we are having problems getting these two to communicate.
All we wan't to do is this: one administration page online where you have the button "parse". When you click this a Perl script should start. Like "exec("perl /home/www/Init.pm -f games_mp.log").
Is this possible? Remember, it's suppose to be easy to set up.
We've tried everything from system/exec to .htaccess, but nothing seems to work out of the box. Not working at all really.
Suggestions?
laka =)