Mam taki mały kod z dodaniem rekordu do bazy danych:
<?php include 'config.php'; $tabele = ("<table border='0' style='margin:0 auto; padding: 0;'><tr><td style='margin:0 auto; padding: 0;'><div class='td_top'></div></td></tr></table><table border=0 style='margin:0 auto; padding: 0;'><tr><td style='margin:0 auto; padding: 0;'><div class='td_left'></div></td><td width='300' height='300' style='margin:0 auto; padding: 0;'><img src='upload/$plik_patch/$plik_nazwa' width='300' height='300'></td><td style='margin:0 auto; padding: 0;'><div class='td_right'></tr></table><table border='0' style='margin:0 auto; padding: 0;'><tr><td style='margin:0 auto; padding: 0;'><div class='td_down'></div></td></tr></table>"); ?>
I teraz problem polega na tym, ze nie dodaje wgl zadnej wartosci ze zmiennej, jak usune w zmiennej ' to rekord sie doda, a rzecz polega na tym zeby dodawalo wlasnie z apostrofem pojedynczym. " ' "
Jak to mozna wstawic? Pomocy.