Mam problem z stroną w postacio skryptu i systemem newsów który chce w niej zaincludować problem jest następujący kod strony wygląda tak :
<?php require(\"header.txt\"); require(\"menu_gorne01.txt\"); include ('imieniny.php'); require(\"menu_gorne02.txt\"); require(\"menu_lewe.txt\"); <!---------- część środkowa ----------!> <td valign=top> <table border=0 width=430 cellpadding=5 cellspacing=0> <tr> <td bgcolor=#003366 width=430 height=10 valign=top> <p class=\"header\\" align=center><img src=\"Images/dot.gif\" hspace=8 border=0>Aktualności<img src=\"Images/dot.gif\" hspace=8 border=0></p> </td> </tr> <tr> <td bgcolor=#000000 width=430 height=1> </td> </tr> <tr> <td bgcolor=#4778a3 width=430 height=2> </td> </tr> <tr> <td bgcolor=#ededed width=430 height=10> </td> </tr> <tr> <td valign=top width=430 bgcolor=#ededed> <p class=\\"main\" align=justify> <!--------- tu chciałbym wstawić skrypt include (\"news/tresc.php\"); -------!> </td> </tr> </table> </td> \"); require(\"menu_prawe01.txt\"); require(\"menu_prawe02.txt\"); require(\"menu_prawe03.txt\"); ?>
może ktoś bedzie wiedziła jak to obejść by działało dużo kombinowałem lecz bez skutecznie
