Insert regex expression into DB

Status
This content is read-only, or is not open for further replies.

Matt C.

Guest
offline
Is it possible to insert a regex impression into the database? Trying to import a custom user field with a regex expression attached. I don't get any server errors, but the regex expression will not show up in the custom user field settings in the ACP.

Code:

Code:
$this->db()->insertBulk('xf_user_field', [
    [
        'field_id' => 'ah_nintendo',
        'display_group' => 'contact',
        'display_order' => 921,
        'field_type' => 'textbox',
        'field_choices' => ''...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom