View Single Post

  #6 (permalink)  
Old 08-09-2006
ido
 
Posts: n/a
Default Re: create php package instaler


Carl Vondrick wrote:
> > no, actualy i want to create something that can be used to install my
> > php aplication. so then, i dont have to copy my php aplication script
> > again to server. and also i dont have to create a database.
> >
> > its more like installsheald do on .exe aplication.

>
> So you just want an installer? That's relatively simple. Just create a
> SQL file with all your MySQL queries to make tables and insert standard
> data and something that writes a config file. Boom. Done.


0k, i'm done with my sql. but how bout my aplication script ?

thanks !

Reply With Quote