melmack wrote:
Hi
I have a big problem with shell commands execution via PHP.
I have written a very short PHP script ilustrating the problem:
{
exec("test.bat");
}
?>
test.bat is just an empty file.
This script causes about 10 MB memory leak. It can be observed
by usage of p
Hi
I have a big problem with shell commands execution via PHP.
I have written a very short PHP script ilustrating the problem:
test.bat is just an empty file.
This script causes about 10 MB memory leak. It can be observed
by usage of performance system monitor. This problems occurs in
al
Can you provide the script you are running and the exact error message
you are getting?
John
On 9/9/07, Asim <[EMAIL PROTECTED]> wrote:
> Hi
>
>
> in my script when i scan whole table for result set to display in my page
> it shows warning that suggest me to use
>
>
> EXPLAIN statement but i