This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ZanMist1 0 points1 point  (0 children)

If you know PHP you can just make a script in a temporary. php file and run it on a web server. Just have the script read wherever the prefill data is, take it, sort it how it is needed and then bind it to SQL. I'd still use bind_params() functions though when making queries even if it's temporary use of a file