Derleek Posted July 16, 2008 Share Posted July 16, 2008 How do i take input from a file and just stick it all in a string? The only way i can remember how to do it sticks each line into an array... grr Link to comment https://forums.phpfreaks.com/topic/115094-input-from-file/ Share on other sites More sharing options...
wildteen88 Posted July 16, 2008 Share Posted July 16, 2008 file_get_contents or the long way fopen/fread/fclose Link to comment https://forums.phpfreaks.com/topic/115094-input-from-file/#findComment-591847 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.