Warning: include() [function.include]: Failed opening 'posted.php</td></tr>' for inclusion (include_path='.;C:\php6\pear') in E:\AppServ\www\configs.php on line 85
No se porque, pero en el include, toma el td y el tr. ¿Como lo saco?
Código PHP:
echo '<tr align=center bgcolor=#F5F5F5><td height=20 align=center valign=middle><img src=page.gif width=10 height=13></td><td height=20 align=left valign=middle> <a href="config.php?file='.$elemento.'" class=style2>'.$elemento.'</a></td><td height=20 align=center valign=middle class=text3>'.(round(filesize("$uri") / 10) / 100)." KB".'</td><td height=20 align=center valign=middle class=text3>123</td><td height=20 align=center valign=middle class=text3>'.include('posted.php').'</td></tr>';