Witam,
mam taki kod:
<?
$centertresc.='<iframe src="mapagoogle" width="100%" height="500" frameborder="0" scrolling="no" style="background-color: white; background-image: url(\'images/loadingmap.gif\'); background-position: center; background-repeat: no-repeat;"></iframe><br>
<div style="width: 100%; height: 150px; overflow: auto;"><ul id="pasekBoczny"><!-- pasek boczny --></ul></div>';
?>
Czy da się zrobić tak, aby móc zapisywać tekst do zmiennej poza obaszarem php, np.
<?
$centertresc.='
?>
<iframe src="mapagoogle" width="100%" height="500" frameborder="0" scrolling="no" style="background-color: white; background-image: url(\'images/loadingmap.gif\'); background-position: center; background-repeat: no-repeat;"></iframe><br>
<div style="width: 100%; height: 150px; overflow: auto;"><ul id="pasekBoczny"><!-- pasek boczny --></ul></div>
<?
';
?>
Pozdrawiam.