Jump to content

Problems with executing Perl script within PHP code


uluru75

Recommended Posts

Hi,

I have an issue with running perl script.

I have a hosting that runs on linux. Then have php pages and at one point i want to use perl script to resize images that are uploaded into the server.

 

A php page have code included to run perl script like this:

 

exec('images/imageResize.pl');

 

Am i doing it correct?

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.