been scratching me head as ah cant figure out where to embedd these two words class="whatever" in here. I ve been trying everywhere but I always get a JSON error.
Code: Select all
$sOutput .= '"<a href=\"#tab-' .addslashes($aRow['id_activity']).'\">'.addslashes($aRow['name']).'</a>" ,';
thanks very much
Emi