I am trying to write a php installer for my client to install my php program. What I mean is, my client can run domain.com/myscript/install/index.php, enter the database name, password hostname etc and once the form is submitted, my installer script will connect to the mySQL database (based on user's input), then create some tables etc.I am trying to write a php installer for my cli