Kalender DFGEN

March 2010
M T W T F S S
« Feb    
1234567
891011121314
15161718192021
22232425262728
293031  

Built A Multilanguage Site

With DFGEN framework you can use HTML Form Generator and HTML Form Handler I provide for you and just take a design steps to build a multilanguage site. It easy. Let me give an sample 2 database:

  1. language
  2. post

For language table, consist of fields:

  1. id as int autoincrement
  2. name as string

For post table, consist of fields:

  1. id as int autoincrement
  2. title as string
  3. language as integer
  4. description as text

with this relationship and structure, by use of HTML Form Generator and HTML Form Handler, and your design, you will get an multilanguage post on one site.

good day,

Putu Swastawa