Jump to content

Open a .txt with HTML embedded in it.


Cosizzle

Recommended Posts

Hey guys, quick background on the project: Im migrating databases and to work in the old with the new. I'm writing a script which takes all the old data manipulates it to my needs then imports it into the database I have setup.

 

Where I'm currently stuck is that there are .txt files that now need to go into the database. However these .txt files contain html. ie.<ul> and <li> tags.

 

Using

$var = file('file.txt');

I run into a problem in which the HTML is output.

 

Would there be a way to encapsulate the text file within quotes; or another option?

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/183916-open-a-txt-with-html-embedded-in-it/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.