-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
28 lines (13 loc) · 720 Bytes
/
README
File metadata and controls
28 lines (13 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This is a simple survey engine using PHP and MySQL. You can create surveys, and results will be stored in a database and the results can be viewed afterwards.
This is made mostly for fun. Do whatever you'd like with it. Don't be surprised if you find really shitty code, I barely know PHP/MySQL.
INSTALLATION:
Extract to web server.
Configure your mysql server (not included).
Configure include/settings.php.
Also configure include/filenames.php if you do any changes to filenames or directories.
Run install.php.
CHANGELOG:
Version 0.2 - 13.06.13
Added captcha, a few tweaks and bug fixes. Still far from finished.
Version: 0.1
It works, but features are lacking and the code is messy. Not finished.