Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.