Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

MSalah's avatar

convert text file to sql file using php

Hello,

I want make php code convert .txt file to .sql file

.txt file content

36214597

32569874

32102547

0 likes
2 replies
zachleigh's avatar

You could also use pdo to insert your data into a database. This would create an sql database file.

Please or to participate in this conversation.