• a:5:{s:12:”cfdb7_status”;s:6:”unread”;s:9:”your-name”;s:15:”mustaqeem sopee”;s:10:”your-email”;s:13:”[email protected]”;s:12:”your-subject”;s:5:”HELLO”;s:8:”text-685″;s:5:”15616″;}

    the data shown in phpmyadmin under wp_db7_forms shows like above. how to fix it because i want to use the data saved to be shown into custom php for customer service

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Arshid

    (@arshidkv12)

    It is not error. This plugin is saving by using serialuze function. You can unserialize.

    Thread Starter amoebabi

    (@amoebabi)

    how to unserialize the function. i Want to ask for help btw what u suggest me to do if i want to take all the data save in form_value and show in custom php page sort by attributes (names,email,phone num and etc). The page is for customer service to follow up with registered users. Thank you for this amazing plugin btw

    $str = "a:5:{s:12:”cfdb7_status”;s:6:”unread”;s:9:”your-name”;s:15:”mustaqeem sopee”;s:10:”your-email”;s:13:”[email protected]”;s:12:”your-subject”;s:5:”HELLO”;s:8:”text-685″;s:5:”15616″;}";
    $array =  unserialize($str);
    • This reply was modified 6 years, 4 months ago by dbalconi.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘data stored is messy’ is closed to new replies.