<li><a href="#tabs-2">Change Password</a></li>

  </ul>
  <div id="tabs-1">
    <p>
      <form name="form2" id="form2" method="POST" action=""
            enctype="multipart/form-data">


        <div style="margin-left:80px">
          <?php 
global $user;
$uname = $user->name;
$param = array('UserName' => "{$uname}");
$client = new soapclient('http://etypeservices.com/Service_GetDetails_ByUserName.asmx?WSDL');
$response = $client->GetDetailsByUserName($param);
//echo "<pre>";
//print_r($response);
//echo "</pre>";
?>
          <input type="hidden" name="sid"
                 value="<?php 
echo $response->GetDetailsByUserNameResult->UserDetails->ID;
?>
">
          <table style="width:85%">
            <tr>
              <td><strong>Email:</strong></td>
              <td>

                <label><?php