module settings - how to store them?

Re: module settings - how to store them?

by Cristi A. -
Number of replies: 0
this is how I did it:


if ($form = data_submitted()) {
update_record('mYmodulename', $form);
}