Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ']'
bjr,
j'ai une erreur quand je modifie la mise en page de ma page php.
Code:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ']' in /var/www/formulaires/20100922-8925.php on line 114
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13
|
<tr>
<td class="form_field" align="right"
valign="top">Service </td>
<td aligh="right" valign="top" width="10">
<font color="#ff0000" size="2">*</font>
</td>
<td class="form_text"><input name="Service"
value="<?php print HtmlSpecialChars( $HTTP_POST_VARS[ "
service="" ]="" )="" ?="" type="text">"
class='text_box'> </td>
</tr>
<tr> |