Is it possible to read and write a file at the same time?
I'm writing a script that accepts user inputs and also supplies the latest data in the database, but my current code just overwrites the previous data.
Is it possible to read and write a file at the same time?
I'm writing a script that accepts user inputs and also supplies the latest data in the database, but my current code just overwrites the previous data.