• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Yet another PHP / MySQL question...

Superwormy

Golden Member
Say I have a *.txt file containing data, and I'm bringing that data into a MySQL database.

Now tommarow, I want to bring that same txt file into the database again. What will happen to the new data?

Will it overwrite the current MySQL data, will it append it to the end of the current MySQL data, will it not overwite the current data and append the new data?

Or will it just not work?
 
Back
Top