#################################################################################################                
#                                                                                                                
#  Project           : phpEnquete                                                                                   
#  File name         : INSTALL                                                                             
#  Last Modified By  : Barbara Tavora / e-Desenvolvedor                                                                               
#  e-mail            : barbara.tavora@e-desenvolvedor.com.br                                                                     
#  Purpose           : INSTALLATION                                                                                 
#                                                                                                                
#################################################################################################                

Intro:
------

!!! PLEASE LEAVE THE COPYRIGHT NOTICE INTACT!!! THANK YOU!!! 

Note: Please read the LICENSE file included in the distribution to get the license
      this program is subject to.

phpEnquete is a PHP script that allows you to display a well looking Votepoll 
on your website in a very convenient way.

To see this script in action, you can browse the following websites: 
- http://www.e-desenvolvedor.com.br

 Requires:
 - PHP v3.x OR v4.x
- mySQL 

Not required but very useful: - phpMyAdmin would be a very good idea 

Changelog: 
----------
1.20    (03/31/2004):	Name change

1.10   	(03/30/2001): 	BugFixes.
			Netscape compatibility added.

1.01   	(03/10/2003): 	minor BugFixes.

1.00   	(03/09/2002): 	First public release.

 Installation: 
-------------

-) unzip the distribution file into your http documents directory.

 -) create the mysql database (usually phpEnquete) with mysqladmin.
    .) mysqladmin  -u<your_mysql_user> -p<your_mysql_pass> create phpEnquete-) create the mysql tables. you have 2 options :
    1) mysql -u<your_mysql_user> -p<your_mysql_pass> phpEnquete<phpEnquete.sql

    2) use phpMyAdmin to run the SQL file 'phpEnquete.sql'

-) edit the variables in votes.php to your need's.

-) CHECK php.ini for this settings                                                                                              
    register_globals        = On                                                                                                
    register_argc_argv      = On                                                                                                
    magic_quotes_gpc        = On                                                                                                
    
Support:
--------

 at http://www.e-desenvolvedor.com.br
Upgrade:
--------


Future Feature's:
-----------------


----------------------------------------------------------
(c) 2004 e-Desenvolvedor (barbara.tavora@e-desenvolvedor.com.br) 
All rights reserved.
