10-01-2011, 07:17 AM
[eluser]Unknown[/eluser]
such as above topic...
i want to make content of language file load from database
/application/language/english/global_lang.php
table i want to create like:
plzzzz... help me... it's simple for u but not for me...
thanks for helping me... ^^
such as above topic...
i want to make content of language file load from database
/application/language/english/global_lang.php
Code:
<?php
$lang['indexphp'] = 'index.php/';
$lang['global_telepon'] = '+62(0) 857 3189 9537';
$lang['global_email'] = '[email protected]';
table i want to create like:
Code:
id | indexphp | global_telepon | global_email
---------------------------------------------------------------
1 | index.php/ | +62(0) 857 3189 9537 | [email protected]
plzzzz... help me... it's simple for u but not for me...
thanks for helping me... ^^