|
Posted by Greg Michael on 12/13/06 20:37
Hello,
I am trying to start a document/data warehouse for internal use for my
department. What I want to do is create a PHP-based website that allows
us to add, search, and modify our change control minutes. This is only
the first step of this project I've undertaken. Eventually, I'll expand
it to include more and more as it becomes useful to us.
What I need is some sound documentation that can help me get things
started. I need to create a database to house the various pieces of
information. I need to write php pages that will connect to the MySQL
backend and allow me to both query for, and enter information into the
database.
So far, I've downloaded and installed MySQL 5.0.27-community-nt, PHP
5.2.0, and phpMyAdmin 2.9.1.1, and verified that each is working. (PMA
has a couple bugs that I need to work out, but they're not relevant to
this thread.)
I want to also be able to use some security in this site, allowing only
specified users to be able to enter information and make changes, which
will require some advanced configuration (likely).
The site is presently running on my laptop, which is running Win XP Pro,
and IIS 5.1. Once built and beyond a sandbox idea, it will be housed on
a Win 2k server running IIS.
Can anyone point me in the direction of useful documentation that will
help me get moving forward?
Thanks in advance!
[Back to original message]
|