We cant update wordpress table
-
We created a plugin and use prototype,but we cant update a table content created by us,plese help
The code we used is
$update=$wpdb->query( “UPDATE wp_works SET email = ‘”.$email.”‘ WHERE id = $check” );
$results = $wpdb->query( $update );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘We cant update wordpress table’ is closed to new replies.