Re: what is keep this from working
- From: Tyrone Slothrop <ts@xxxxxxxxxxxxx>
- Date: Wed, 28 Sep 2005 17:27:54 -0700
On Wed, 28 Sep 2005 16:20:51 -0700, "Kilo Bravo" <kbrown1@xxxxxxxxxxx>
wrote:
>This is in myFile.html.
><?php file_get_contents("email.html");?>
>Why does the email.html contents not appear?
<? $file = file_get_contents('email.html'); ?>
<?=$file?> (same as <? echo $file; ?>)
.
- References:
- what is keep this from working
- From: Kilo Bravo
- what is keep this from working
- Prev by Date: what is keep this from working
- Next by Date: Re: Shopping Cart Program
- Previous by thread: what is keep this from working
- Next by thread: Re: what is keep this from working
- Index(es):