Posted by Joseph Melnick on 10/10/97 11:19
Marcos Wrote:
"Marcos" <mjs_ops@gmx.net> wrote in message
news:op.ssrmigwa4v4sy3@afrodite.network...
>I have one perl script to execute the VACUUM ANALYZE in my database
>Postgresql, and I need call this script from my php script, I try this:
>
> exec("perl /path/to/vacuum.pl");
>
> But the script it is not been executed.
>
> Any Idea?
>
> --
>
> Thanks,
>
> Marcos Josι Setim
> ________________________________________
> Usando o M2 do Opera: http://www.opera.com/m2/
Hello Marcos,
The permissions on your perl script may need to be adjusted.
Joseph Melnick
JM Web Consultants
http://www.jphp.com/
[Back to original message]
|