Subject Re: Create Database file
Author zaher dirkey
--- In firebird-php@yahoogroups.com, Lester Caine <lester@...> wrote:
>
> zaher dirkey wrote:
>
> >> $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
>
> 'Installing' a blank database is the only alternative since there is no
> way to create one via the interface.
>
And that more safe, we do that also in mysql, thank you for the answer.

Zaher