please can the admin for Mjform or any other person help me in php script on how to redirect data to
another table or how to create table using mJform by the using of code
Search found 2 matches
- Tue 10 Jun 2014 2:08 pm
- Forum: Support - General questions
- Topic: how to redirect data using the script into another table
- Replies: 1
- Views: 57987
- Tue 10 Jun 2014 3:10 am
- Forum: Support - General questions
- Topic: how to submit data in Mjform into a different table using
- Replies: 1
- Views: 58207
how to submit data in Mjform into a different table using
Here is the code am trying to use in the submission of my data through mjforms (Button Script) Could anyone help me out??? <?php if(isset($_POST['add'])) { $dbhost = 'localhost:3036'; $dbuser = 'root'; $dbpass = ''; $conn = mysql_connect($dbhost, $dbuser, $dbpass); if(! $conn ) { die('Could not conn...