[PHP] pobierz, plaintext $('#test-xxx').html(" <?php $plik = file_get_contents('stronka.htm'); $plik=str_replace('"', '\"', $plik); $plik=str_replace('\', '\\', $plik); echo $plik; ?> ");[PHP] pobierz, plaintext