You need an SQL INSERT operation. It adds rows to tables, containing various things in the columns.I've got a database, and I have 4 tables inside. What I seek is a way that once someone joins a new record is made.
Beware of SQL injection attacks. There are a couple of ways around it, including prepared statements and stored procedures. If you are relying on user input and putting that directly in your database be very careful to check the content before trying to store it.
Slapping a front end on it with PHP is trivial.
Statistics: Posted by ame — Wed Jan 03, 2024 3:21 am