

// Connect to the MySQL database
   // Include database connection file
  require_once "database.php";
  
 //  InfinityFree
      MySQL DB Name    	MySQL User Name	  MySQL Password	       MySQL Host Name	
        ezyro_35900940_rgc	ezyro_35900940	  (Your vPanel Password)	sql301.ezyro.com

         // 1st 000WebHost Database
    $servername = "localhost";
    $username = "id20251030_rgc";
    $password = "@Bangla71";
    $dbname = "id20251030_rgc";
    
      // 2nd 000WebHost Database
    $servername = "localhost";
    $username = "id20251030_epiz_33466113";
    $password = "Password1@";
    $dbname = "id20251030_epiz_33466113_fihad";
    
    
    
     // save data in SharedPreferences
                        editor.putString("id" , ""+id);
                        editor.putString("name" , ""+name);
                        editor.putString("userphone" , ""+phone);
                        editor.putString("email" , ""+email);
                        editor.putString("userpass" , ""+password);
                        editor.putString("age" , ""+age);
                        editor.putString("gender" , ""+gender);
                        editor.putString("address" , ""+address);
                        editor.putString("education" , ""+education);
                        editor.apply();

    
