Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/a1968458/public_html/adminpanel.html on line 47
El codigo es el siguiente:
Código PHP:
Ver original
<?php mysql_select_db("a1968458_cManage",$connect) or die ("Problemas al seleccionar la base de datos".mysql_error()); $query= "select (newID, title) from news"; echo "<table width='200'>"; { LINEA 47 echo "<tr><td><input type=\"checkbox\" value=\"$reg['newID']\" /></td><td>".stripslashes($reg['title'])."</td>"; } echo "</table>"; ?>
Probe tambien quitando los parentesis de la consulta select pero sigue igual.