PHP Auto SQL Script Installer
V3.2.7
You should have a basic understanding of SQL before using this script.
You should at least know how to create a SQL database before attempting to use this script.
If you do not know how to
create a SQL database, that's ok, you can use a template that's been created
for you that would automatically create the database if you were to use the upload feature in phpmyadmin.
This is a common way of adding databases in phpmyadmin.
Usage
In order to use the PHP sqlinstaller,
upload the included files to your server. They will be ready to use immediately.
You may want to configure the .css file to your own liking. Point your browser
to http://www.yourdomain.com/directory/install.html and you'll find
the form to fill out.
*Note
- Your visitors will not see the SQL database information being installed
on their sql server, so make sure you know what you're doing by testing
the database that's being created yourself. It was installed successfully
on several of our websites, so we know it works for us. The object is to
create your database, test it and test it again. Once your visitor starts
to use your sqlinstaller, they will have successfully installed your sql
script on their sql server.
Creating the SQL Database
This is what the tables will look like
once they are created. This is pretty standard stuff for someone who knows
how to create sql tables. This is the information that will be submitted
via the sqlinstaller form. If created correctly (by you) then an Sql database
will be created and completely installed through your form. This is the
sample database that I have created for you. None of these values will work
unless you have a php script that goes along with it.