| |
Installation Requirements:
- First, and most importantly, you'll need to check
for PHP 4.0 or greater support. When clicking the link,
you should see a page with a ton of stuff on it, including your PHP version (at the top), MySQL
version (about halfway down), and some configuration information. If you do not see such a page,
or have an older version of PHP, you will need to get the latest version of
PHP installed before continuing. Installation
instructions can be found on the PHP website.
- Secondly, and just as importantly, you must have MySQL version 3.0 or greater installed.
You can check here for MySQL
support. About halfway down the page, you will see a 'MySQL' section (if you have MySQL support)
and under that section will be an entry titled 'Client API version' which gives you the version of MysQL
installed. If you do not see such a section, or have an older version of
MySQL, you will need to get the latest
stable version installed before continuing. Installation instructions can be found on
the MySQL website.
- Finally, you'll need a MYSQL account on the server with INSERT, SELECT, and DELETE grants
on a database. We will use this database to store a few tables in which [s.p.e.c.i.a.l.p.] will
store most of its configuration information. If you aren't sure about a MySQL account,
contact the server administrator for more details.
|
|