inserting custom variable to database
- Single Page
Posted 30 May 2012 - 15:09 PM
Posted 30 May 2012 - 15:42 PM
Posted 31 May 2012 - 06:56 AM
Posted 31 May 2012 - 08:15 AM
Posted 31 May 2012 - 18:55 PM
[*]include the column you want posted with fields(), add_fields(), and/or edit_fields();
[*]use change_field_type() to make the column hidden;
[*]use callback_before_insert() and/or callback_before_update() to set your column value.
[/list]