Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Reading Linux-files
Hello,

I want to read a file in PHP. The file is made in Linux, so the
problem is: a have no line-ends.
The file is like:
line 1□line2□□line3□line4


The line-end is in Linux replaced by a □. How to convert it back
to a line-end??

How to read those files???



Kind regards,
M. de Vogel

Report this thread to moderator Post Follow-up to this message
Old Post
M. de Vogel
06-04-05 01:55 AM


Re: Reading Linux-files
$data = str_replace("□", "\n", $data);

But, if im not mistaken, those are HTML special characters.  So, just
in case your file has more, unrecognizeable characters:

$data = html_entity_decode($data);

Unchecked, of course.


Report this thread to moderator Post Follow-up to this message
Old Post
SpoonfulofTactic@gmail.com
06-04-05 01:55 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PHP Language archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 06:44 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.