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