Saving record programmatically

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Saving record programmatically

Post 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.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Saving record programmatically

Post 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.
(#10850)
Post Reply