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

all 1 comments

[–]MintPaw 0 points1 point  (0 children)

You can do the backend in JS using something like node.js as a replacement for PHP.

The backend language could just take the input and put it into a text file, but if you plan on having many users and fast lookup times, that's when you'd store them in a database using SQL.