i was wondering if there's a function out there that will take a file and turn it into a string
and would i have to take care of any escaping?
file to string
Moderator: General Moderators
- phazorRise
- Forum Contributor
- Posts: 134
- Joined: Mon Dec 27, 2010 7:58 am
Re: file to string
function.file-get-contents.php
It's good practice to escape string before processing.
It's good practice to escape string before processing.