1) Use a MySQL database server.  
2) Use: input
3) Download and installation
______________________________________________________________

1) Use a MySQL database server.  

Create a new database "FILLMAD" on the MySQL server.
Create a new user on the MySQL server (GRANT USAGE on '*.*' TO 'fillmad'@'%' IDENTIFIED BY 'password'
Give rights on the table (GRANT ALL PRIVILAGES ON 'FILLMAD'.* TO 'fillmad'@'%' WITH GRANT OPTION
Create a new table ctc (contact)
You can use the ctc.sql file in the FillMAd directory (IDE: in the Data section)
With phpMyAdmin you can import the sql file(s) supplied (like ctc.sql).

2) Use
- fill the fields, move to next field with "TAB" button. 
- Click or press "Save" with spacebar: this record is saved in the database.


3) Download and Installation:

- Download latest version of FillMAd (currently on sourceforge http://sourceforge.net/projects/fillmad/)
- unpack (tar -xzvf FillMAd_versie.tar.gz)
- Start Gambas, File, Open Project, choose the unpakked FillMAd.
- push the run button in Gambas
- Make Executable (Menu Project, Make, Executable) - with icon on desktop for future use.