Jump to content

Writing large data to file


DanC

Recommended Posts

Hi,

 

I have a file "install.php" which contains basic input data, ready to write to a "config.php" file.

However, the install.php has a lot of data to write to config.php, not just the user input $_POST details, but a lot of pre-defined functions too. I can't put these all in a $ variable because it contains many " and '.

 

How would I go about writing a large amount of data?

 

Thanks. :)

Link to comment
https://forums.phpfreaks.com/topic/173850-writing-large-data-to-file/
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.