Volátil |
HOME | Outro link... | Scripts | Login | Upload |
Ler vários arquivos /* $pag_ini = 0; do{ $nom_paginas = mysql_result($bd_paginas, $pag_ini, "pag_nome"); $id_paginas = mysql_result($bd_paginas, $pag_ini, "pag_id"); echo "$nom_paginas | "; $pag_ini++; }while($pag_ini<$pag_qte);*/ |
Página pag_02.php /* <?php //Cont21 $arqCont21 = "Cont21.txt"; $abreCont21 = fopen($arqCont21,"r"); $lerCont21 = fread($abreCont21, filesize($arqCont21)); fclose($abreCont21); //Cont22 $arqCont22 = "Cont22.txt"; $abreCont22 = fopen($arqCont22,"r"); $lerCont22 = fread($abreCont22, filesize($arqCont22)); fclose($abreCont22); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Projeto</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <?php include("topo.php"); ?> <?php include("menu.php"); ?> <table border="0" width="75%" align="center"> <tr> <td align="50%" width="33%"><?php echo nl2br($lerCont21); ?></td> <td align="50%" width="33%"><?php echo nl2br($lerCont22); ?></td> </tr> </table> <hr width="75%" /> <?php include("rodape.php"); ?> </body> </html> */ |
Nome da Empresa |