Dear Everyone,
I found this great program for free. at sourceforge.net
its a booking room type program. I was wondering if it is possible to install it. Is there any restrictions to installing this? or can i just go ahead with the instructions below.
kind regards,
Zubin
Adding the database and user
Requirements
- PHP 4.3 or higher (4.2.x is supported but not recommended)
- PEAR::DB (included with most versions of PHP)
- PEAR::DB supported database. Compatible databases can be found here.
- End-users need IE5+ or Netscape 6.x+ (Netscape 4.7 or earlier is NOT supported)
I found this great program for free. at sourceforge.net
its a booking room type program. I was wondering if it is possible to install it. Is there any restrictions to installing this? or can i just go ahead with the instructions below.
kind regards,
Zubin
Adding the database and user
- Select the MySQL Databases tool
- Add a new user with username and password of your choice. This will be the username and password used in your phpScheduleIt config file.
- Create a new database with whatever name you choose. This will be the name of the database in your phpScheduleIt config file. 'phpSchedlueIt' is the recommended database name.
- Associate the new user with the new database, giving the user permission to SELECT, CREATE, UPDATE, INSERT and DELETE. Click the 'Add User to Db' button.
- Open phpMyAdmin.
- Click on the database name that you just created in the left panel.
- Click the SQL tab at the top of the page.
- Open install/setup.sql, in your phpScheduleIt directory.
- Copy all text starting right after the line 'use phpScheduleIt;' and ending at the line just before 'grant select, insert, update, delete' and paste it into the Run SQL textbox.
- Click the 'Go' button.
Requirements
- PHP 4.3 or higher (4.2.x is supported but not recommended)
- PEAR::DB (included with most versions of PHP)
- PEAR::DB supported database. Compatible databases can be found here.
- End-users need IE5+ or Netscape 6.x+ (Netscape 4.7 or earlier is NOT supported)
Comment