mam problem z polaczeniem php z js mam o to taki skrypt
<?
echo '<table width="260" border="0"> <tr>
<td width="240" height="200" align="center">
<div id="big_foto"><a href="nasze_realizacje.php?id_krzesla='.$_GET['id_krzesla'].'" rel="lightbox[roadtrip]"><img id="foto" src="'.$zdj['file'].'" width="250" height="190" border="0></a></div>
</td>
</tr>
</table>';
echo '<table width="260" border="0"> <tr><td align="center">';
{
echo ' <a href="nasze_realizacje.php?id_krzesla='.$_GET['id_krzesla'].'"';?> onmouseover="getElementById('big_foto').InnerHTML = '
<? echo '<a href="nasze_realizacje.php?id_krzesla='.$_GET['id_krzesla'].'" rel="lightbox[roadtrip]"><img id="foto" src="'.$zdj['file'].'" width="250" height="190" border="0></a>';?>'";>
<?php echo '<img src="'.$result['file'].'" width="60" height="45" border="0"></a>'; }
</table>';
?>
zdjecia powinny sie wyswietlac tak jak tutaj
http://www.qualichairs.pl/nasze_realizacje...p;id_krzesla=36a wyswietlaja sie tak
http://www.qualichairs.pl/nasze_realizacje...p;id_krzesla=36 i nie mam pojecia gdzie jest problem