Avatar of Pedro Chagas
Pedro ChagasFlag for Portugal

asked on 

php - read file and show the content

Hi E's, I need to know how I read a .htm file and show the contain line by line?

The best regards, JC
PHP

Avatar of undefined
Last Comment
cyberstalker
SOLUTION
Avatar of cyberstalker
cyberstalker

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of Pedro Chagas
Pedro Chagas
Flag of Portugal image

ASKER

Thanks @cyberstalker,
It's possible put the data in array, like each line in array?

The best regards, JC
SOLUTION
Avatar of cyberstalker
cyberstalker

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
Avatar of Hugh McCurdy
Hugh McCurdy
Flag of United States of America image

Does cyberstalker's reply answer your question or do you need more help?
Avatar of Pedro Chagas
Pedro Chagas
Flag of Portugal image

ASKER

Hi again, just one thing for finish:
I get the last code of @cyberstalker, and they work well, the script give me each line in differente arrays.
The problem is when I show the array, the data appear like the real site, if I have a link, appear the link but not the code.
You can check in the attach image.
How I can see the real code of the file?

Regards, JC
<?php
$lines = explode("\n", file_get_contents('indexes.htm')); ?>
<pre> 
<?
print_r($lines);
?>
</pre>

Open in new window

04-10-2011-19-17-29.png
SOLUTION
Avatar of cyberstalker
cyberstalker

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
Avatar of Pedro Chagas
Pedro Chagas
Flag of Portugal image

ASKER

In this case, if I want write other file with the code I get from the old file, I can?

Regards, JC
ASKER CERTIFIED SOLUTION
Avatar of cyberstalker
cyberstalker

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
PHP
PHP

PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.

125K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo