
Mam skrypt w php taki:
<table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <!---tu jest kropka---> <?php if ($view==$start){ $promo=get_pro_promo(); include('widoki/party/special.php'); } ?> </tr> </table>
special.php wygląda tak:
<?php $sp=''; ?> <?php foreach($promo as $promof): ?> <?php $sp.='<td> <div class="sp_bg"> <div class="spcontent"> <a href="index.php?view=info&id='.$promof['pro_id'].'" class="sp_img"> <img src="prod_foto/'.$promof['pro_id'].'00.png" width="98" alt="'.$promof['pro_nazwa'].'" border="0"/> </a> <a class="sp_title" href="index.php?view=info&id='.$promof['pro_id'].'">'.$promof['pro_nazwa'].'</a> <br><br> <span class="price">'.$promof['pro_cena'].'zł</span> <br> <p> <a href="index.php?view=info&id='.$promof['pro_id'].'" class="detal">Więcej...</a> </p> </div> </div> </td>'; ?> <?php endforeach; ?>
Html wygląda tak:
Właściwie to, to nie jest kropka ani apostrof, ani nie ten apostrof pod tyldą.
Wstawiłem tu zwykły apostrof bo tamtego nie mogę tu skopiować (ale mogę skopiować do edytora).

Mogę dać screena jak coś.