Subject Re: Create Database file
Author zaher dirkey
>
> $command = sprintf('"%s" -i %s', $fbpath, $tmp_name );
> $result = exec($command);
> }
>

Useing "exec" function, good idea, but not in safe php "exec" not work.
Thanks

Zaher Dirkey