Updating two database table when button clicked
-
I want to update two table in database after button clicked. Already Using a update query separated but some times the second query will not run and not updating the table.
This is my code
$wpdb->replace($table_name_users,$data_array_users); $wpdb->update($table_name,$data_array,$data_where);
What is the problem and how can i fix it out ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Updating two database table when button clicked’ is closed to new replies.