I try to echo out jQuery in PHP but it gives me following error whatever I do:
Parse error: syntax error, unexpected 'foreach' (T_FOREACH), expecting ',' or ';' in /var/www/html/login/application/controllers/sellercentral.php on line 309
The code:
echo '<script>
$( document ).ready(function() {
$("#Drafts > tbody:last").append('foreach($this->central as $key2 => $value2) {
'<tr>
<td><a href='. $value2->Token .'>Edit</a></td>
<td class=T id='. $value2- >Token.'>'.htmlentities($value2->Title).'</td>
</tr>
'.}.' );
});
</script>';
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…