[FX.php List] Help with Javascript/iTunes multiple soundtrack edit
Gjermund Gusland Thorsen
ggt667 at gmail.com
Thu Nov 23 06:37:41 MST 2006
I have two arrays in php
$r[<<recid>>.<<modid>>]['h']['artist'] = 'Avril Lavigne';
$r[<<recid>>.<<modid>>]['s']['artist'] = 'Avril Lavigne';
For the purpose of this:
echo '<input type="hidden" name="h[artist] value="' .
$r[$key]['h']['artist'] . '">'
. '<input class="eq" type="text" name="h[artist] value="' .
$r[$key]['s']['artist'] . '">';
I would like the class to be eq when the two contain the same value
and neq when the two are different.
More information about the FX.php_List
mailing list