Home > Perl/CGI, PHP > Execute Php From .cgi & Email

Execute Php From .cgi & Email

October 17th, 2009

I have a .php file and it needs to be executed from my perl script that works a form that emails the result of the executed .php script. My code is working, but my perl script shows the .php file instead of executing it once the email was sent. I need it to be executed inside the email.


Execute Php From .cgi & Email

Comments are closed.
Bear