I’m not able to get access $wpdb in my php file in wordpress

Since this is in your plugins, accessing global should work unless you’re calling the file externally.

Anyway since it’s not working, you’ll have to include wp-config.php. Make sure your file path is proper. Also if it doesn’t work, put include statement inside your save function.