Is it possible to create a text file in php and automatically send it to a database

I want to write data from textbox to a text file using php and i achieved that, but then is it possible to make this file to be sent to a database without having to manually upload it ?