Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wont Read HTML

Status
Not open for further replies.

stc7outlaw

Programmer
Mar 7, 2002
3
0
0
US
I got help with my read code, but I want it to read the html in a file. It reads the html but doesn read the parentheses so any code enclosed in parentheses is disreguared and I need to use parentheses. This is my code. Please tell me how to modify it or please put up a read file that reads from the top of a text file to the bottom.
<?php

echo implode(&quot;&quot;,file(&quot;update1.txt&quot;));

?>
 
The readfile() function reads and prints a file from the top to the bottom, so readfile(&quot;update1.txt&quot;); should work. //Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top