I am starting out plugin development and have followed the tutorials on the WordPress Codex sites. I am now stuck - I have a database called \"wp_imlisteningto\", where the
Try this..
insert( $table_name, array( 'album' => "$_POST['album']", 'artist' => "$_POST['artist']" ) ); ?>
Ex :
insert($table_name , array('chart_name' => "Line Chart" ,'chart_type' => "trends",'status' => 0)); ?>