Francois Dumais wrote:

> And in this notation how would this :
>
> $subtopics_name_array[$id][0]
>
> be translated?
>
> Like the following ???:
>
> &(subtopics_name_array[&(id);][0]);

Doesn't work. You can call mgd_format directly, like:

<?= mgd_format($subtopics_name_array[$id][0]); ?>

but the formatters only work in very specific cases.

Emile



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to