RE: [PHP] Need an explanation as to what this line does...

2003-02-01 Thread John W. Holmes
> $stuffArray[$i][value] = strtr($stuffArray[$i][value], > array_flip(get_html_translation_table(HTML_ENTITIES))); > > To be bluntly honest, I don't understand hardly any of it, and the PHP > Manual isn't helping this time.. maybe I'm weekend-stupid or something.. It converts HTML entities back

[PHP] Need an explanation as to what this line does...

2003-02-01 Thread Phil Powell
$stuffArray[$i][value] = strtr($stuffArray[$i][value], array_flip(get_html_translation_table(HTML_ENTITIES))); To be bluntly honest, I don't understand hardly any of it, and the PHP Manual isn't helping this time.. maybe I'm weekend-stupid or something.. *sigh* Phil