prefix . “Specifications”;
// this will get the data from your table
$retrieve_data = $wpdb->get_results( “SELECT * FROM $table_name” );?>

  • Specification;?>
  • Durometer;?>
  • Tensile;?>
  • Elongation;?>

ex2

Specification;
echo $retrieved_data->Durometer;
}?>


prefix.”visitors”;
$data = $_SERVER[‘REMOTE_ADDR’];
$wpdb->insert(
$table,
array(
‘ip_address’ => $data),
array(
‘%s’));
?>
ex3
[dbview name=’specs’ pagesize=100]