Page 1 of 1

Re: Saving record programmatically

Posted: Mon Dec 04, 2017 12:19 am
by requinix
You're talking about two different things.

If you're using some UI tool then you have to learn how to use it. You haven't said what it is.

If you're using PHP code then you have to learn how to use it. You haven't said what it is.

Re: Saving record programmatically

Posted: Mon Dec 04, 2017 2:48 pm
by Christopher
Also, you need to connect to the database with a database user account that has insert/update access the database tables you want to write to.