Subject | Re: Create Database file |
---|---|
Author | zaher dirkey |
Post date | 2006-10-03T13:38:07Z |
>Useing "exec" function, good idea, but not in safe php "exec" not work.
> $command = sprintf('"%s" -i %s', $fbpath, $tmp_name );
> $result = exec($command);
> }
>
Thanks
Zaher Dirkey