GSoC/GCI Archive
Google Code-in 2012 The Fedora Project

Task A03 – Implement Interface and Logic for tbl_Currency_Code

completed by: Sumit Raj

mentors: bckurera

Design an interface with controllers (No need of formatting with CSS just use controllers).

Form Title : Add new Currency Code

1.  Field Name - Currency Code

1.  Value – String of 3 characters with only alphabetic characters.

2.  Field Name – Description

1.  Value – String with 100 max.


Then refer to https://fedoraproject.org/w/uploads/1/12/ER_Model.PNG for the tbl_Currency_Code table. Using PHP develop a script that fetch entered values from the designed interface and store in tbl_Currency_Code table. Data validation should be performed in both interface level and script level.