<?php
readfile("arquivo.html");
?>
ou
<?php
$arquivo = file_get_contents("arquivo.html","rb");
echo $arquivo;
?>
Fóruns sobre PHP, JavaScript, HTML, MySQLi, jQuery, Banco de Dados, CSS
Moderador: web
<?php
readfile("arquivo.html");
?>
<?php
$arquivo = file_get_contents("arquivo.html","rb");
echo $arquivo;
?>
![]() |
0 |