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:
- language
- post
For language table, consist of fields:
- id as int autoincrement
- name as string
For post table, consist of fields:
- id as int autoincrement
- title as string
- language as integer
- 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







































