Thursday, 27 August 2020

wpdb Wordpress Table - Update Column Value

 <?php

/*

Template Name: Update Column

*/

?>

<?php

global $wpdb;

$pokemon = $current_user->ID;

$status = 'capture';

$checkPokedex = true;


if ($checkPokedex = true){

  $wpdb->update( 'wp_semak', array( 'peranan' => $status), array( 'pemilik' => $pokemon ), array( '%s' ) );

echo 'Gotta Catch em All';

} else {

echo 'Full Party';

}

?>


ref: https://gist.github.com/benbalter/1607991

Cara-Cara Untuk Bypass/Solve: Database Problem.

  Warning: Attempt to read property "post_status" on null in /home/xxx/public_html/wp-admin/includes/template.php on line 2298 Wa...