I'll try to be as brief and clear as possible.
I am very flexible with php, but something seems to have escaped me. So even if your answers are references of something like : "Lookup constants with..." or whatever, I'll be more than grateful for any solution, atleast I'll have some sort of direction cuz I haven't really found anything yet.
I'll use a random language file example:
Code: Select all
<?php
$lang['user_score'] = "Your score was ".$some_var_here." !!";
$lang['something_else'] = "You scored ".$some_var_here." on your ".$some_var_here." test.";
?>Thanks.