Toggle navigation
Dashboard
Dashboard Tracker
Add / Edit My Forums
System Announcements
Discussion
Active Thread Feed
Top Threads Today
Top Threads This Week
Top Threads Library
Go!
View All
View All
Login
Logout
Home
Forums Index
Server Side
/
PHP Server Side Scripting
4:42 pm Aug 9, 2026
This page requires javascript.
Forum Moderators:
coopster
Message Too Old, No Replies
read text file and parse as HTML
ashabi
Msg#:1297713
8:19 am on Sep 1, 2003
(gmt 0)
I was able to write a block of text to a text file. I would now like to be able to read it from a different page. The problem is that it is suppose to be formatted with paragraphs and it outputs all these slashes. How do format a text file as html.
Paul in South Africa
Msg#:1297714
8:34 am on Sep 1, 2003
(gmt 0)
$text = preg_replace("/(\015\012)¦(\015)¦(\012)/","<br />",$text);
will replace the \r or \n that appear in your page with <br /> tags.
Join The Conversation
Register
For Free! -
Become a
Pro Member
!
See forum categories
-
Enter the Forum
Moderators and Top Contributors
Moderator List
| Top Contributors:
This Week
,
This Month
,
Jul
,
Jun
,
Archive
,
Top 100 All Time
,
Top Voted Members
Hot Threads This Week
August 2026 Google Search Observations
AdSense Earnings and Observations - August 2026
Booking Feels Google AI Effects - Plans SEO decline
July 2026 Google Search Observations
EU AI Transparency Rules Now in Effect
How has AI changed your work?
Do you still build external links in 2026?
Home
Forums Index
Server Side
/
PHP Server Side Scripting
4:42 pm Aug 9, 2026