speedy_rudolf
10-27-2009, 03:51 PM
Error: Parse error: syntax error, unexpected T_LNUMBER in /home/www/free/uv.ro/rudolf.uv.ro/php/eroare.php on line 1229
Line 1229:
<td width="425"><input type="radio" name="Banners" value="13" <?php if($banners=="13"){echo "checked";} ?> onClick="Cont_pag4()"><img src="banners/gel.jpg" width="188" onMouseOver="resizeL(this)" onMouseOut="resizeS(this)"></td></tr>
Lines 1227 and 1228:
<td width="425"><input type="radio" name="Banners" value="11" <?php if($banners=="11"){echo "checked";} ?> onClick="Cont_pag4()"><img src="banners/dune.jpg" width="188" onMouseOver="resizeL(this)" onMouseOut="resizeS(this)"></td></tr>
<tr><td width="425"><input type="radio" name="Banners" value="12" <?php if($banners=="12"){echo "checked";} ?> onClick="Cont_pag4()"><img src="banners/elasticity.jpg" width="188" onMouseOver="resizeL(this)" onMouseOut="resizeS(this)"></td>
What's the problem? Thank you in advance.
Line 1229:
<td width="425"><input type="radio" name="Banners" value="13" <?php if($banners=="13"){echo "checked";} ?> onClick="Cont_pag4()"><img src="banners/gel.jpg" width="188" onMouseOver="resizeL(this)" onMouseOut="resizeS(this)"></td></tr>
Lines 1227 and 1228:
<td width="425"><input type="radio" name="Banners" value="11" <?php if($banners=="11"){echo "checked";} ?> onClick="Cont_pag4()"><img src="banners/dune.jpg" width="188" onMouseOver="resizeL(this)" onMouseOut="resizeS(this)"></td></tr>
<tr><td width="425"><input type="radio" name="Banners" value="12" <?php if($banners=="12"){echo "checked";} ?> onClick="Cont_pag4()"><img src="banners/elasticity.jpg" width="188" onMouseOver="resizeL(this)" onMouseOut="resizeS(this)"></td>
What's the problem? Thank you in advance.