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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.