Hello all. It seems as if all of my time in PHP has left me in the dark with file writting.
Question 1:
When using fwrite does it overwrite everything in the file? Can you tell it what to add and where?
Question 2:
During the creation of the file, would hard-coding spaces ( & n b s p ; ) be written that way in the text file, or would the be recognized as spaces?
Purpose:
My brother asked me if taking user input from a form on the net could be written to a text file (including spaces added by admin) and saved to a text file that will be later integrated with an AS400 database.
Thank you.