Title: send data from form to phpmyadmin database
Last modified: August 31, 2016

---

# send data from form to phpmyadmin database

 *  Resolved [kholod](https://wordpress.org/support/users/kholod/)
 * (@kholod)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/send-data-from-form-to-phpmyadmin-database-1/)
 * hello everyone,
    I need help as soon as possible. This the first time I use WordPress.
   I make form use visual form builder. this form is for student to apply to my 
   website. i want the information which student enter send and save in phpmyadmin
   database. where can i put the code. in WordPress or another place. i tried to
   put this code : ‘<?php // if using a custom function, you need this; global $
   kholoud_wrdp1;
 * $first_name = ‘First Name’;
    $last_name = ‘Last Name’; $gender=’Gender’; $date_of_birth
   =’Date of Birth’; $martial=’Martial’; $street=’Street Address’; if(isset($_POST[“
   submit”])) $kholoud_wrdp1->insert( Prospective_student, array( ‘First Name’ =
   > $first_name, ‘Last Name’ => $last_name, ‘Gender’=> $gender, ‘Date of Birth’
   => $date_of_birth, ‘Martial’ => $martial, ‘Street Address’=> $street ),array(‘%
   s’,’%s’,’%s’,’%d’,’%s’,’%s’) );
 * ?>’
 * i put this code in page->text-> under [vfb id=2] in wordpress but it didn’t work.
   
   then i create new templet copy from page.php and add this code on it , then i
   chose this templet in form page but it didn’t work.
 * please help me in details.
 * [https://wordpress.org/plugins/visual-form-builder/](https://wordpress.org/plugins/visual-form-builder/)

Viewing 1 replies (of 1 total)

 *  [Joseph](https://wordpress.org/support/users/josephk77/)
 * (@josephk77)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/send-data-from-form-to-phpmyadmin-database-1/#post-7090686)
 * I am not sure what you are trying to do here but, the form will save the information
   to the database already and then you can export them from your website. This 
   comes with the free version.
 * Thanks,
    Joseph VFBPro Support

Viewing 1 replies (of 1 total)

The topic ‘send data from form to phpmyadmin database’ is closed to new replies.

 * ![](https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840)
 * [Visual Form Builder](https://wordpress.org/plugins/visual-form-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-form-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-form-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-form-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-form-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-form-builder/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Joseph](https://wordpress.org/support/users/josephk77/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/send-data-from-form-to-phpmyadmin-database-1/#post-7090686)
 * Status: resolved