btxmc 0 Posted February 15 Report Share Posted February 15 I want to know how I would go about making a script where a user would type in a message and post that said message. Is sql required? Quote Link to post Share on other sites
Ingolme 1,035 Posted February 15 Report Share Posted February 15 A database is not required but recommended. You could just write the data into files on the server's filesystem. The most commonly used databases use SQL, but there are alternatives. Anyway, it would be good to learn SQL. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.