SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

REQUIREMENTS

  • MySQL
  • PHP
  • Apache

INSTALLATION

  1. Extract the itax.xxxx.xx.xx.tar.gz file to your webserver document root ie. /var/www
  2. Create the database

    using phpMyAdmin

    • open phpMyAdmin in your web browser
    • create a database called itax
    • open the file itax_DB__.sql thats in the sql folder and copy all of the text
    • in the itax database in phpMyAdmin go to the SQL tab and paste the text into the Run SQL query/queries on database window and press go
    • for those not using phpMyAdmin please follow your normal procedures to create the database and tables from the itax__DB__.sql file
  3. Open the file itax.php and edit the database setting on lines 50 - 55
    • the default setting are:

      // MySQL host name, user name, password, database, and table $opts['hn'] = 'localhost'; $opts['un'] = 'itax'; $opts['pw'] = 'itax'; $opts['db'] = 'itax'; $opts['tb'] = 'itax';

    • change the variabgles to suit your environment
  4. open your web browser of choice and go to http://localhost/itax/itax.php

and have fun

Cheers

Justin Kelly
justin@kelly.org.au
06/11/2004


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.