<td height="30" align="left"  class='cl1' >
                          &nbsp;<input type="text" name="fax" class="normaltext" style="width:200px" value="<?php 
    echo $companyInfo['sfax'];
    ?>
">                        </td>
                      </tr>
                      <tr>
                        <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;Where
                          did you hear about <?php 
    echo $_SESSION['gw_title'];
    ?>
</strong></font></td>
                        <td height="30" align="left"  class='cl1' >
                          &nbsp;<select name="how_about_us" style="font-family:verdana;font-size:10px;width:120px" onchange="SelectMerchanttype();">
							<?php 
    echo func_fill_info_source_combo(1, $companyInfo['how_about_us']);
    ?>
						</select>						</td>
                      </tr>
						<tr>
                        <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;If others</strong></font></td>
                        <td height="30" align="left"  class='cl1' >
                          &nbsp;<input type="text" name="how_about_us_other"  class="normaltext" style="width:200px" value="<?php 
    echo htmlentities($companyInfo['reseller_other']);
    ?>
">		                 </td>
                      </tr>
			<tr>
			<td height="30" align="right" valign="center" class='cl1' bgcolor="#CCCCCC"><font face="verdana" size="1" color="#FFFFFF"><strong>Process
			  Informations </strong>&nbsp;</font></td>
			<td height="30" class='cl1' align="left">&nbsp;</td>
Example #2
0
                        <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;Fax 
                          Number</strong></font></td>
                        <td height="30" align="left"  class='cl1' > &nbsp;
                          <input type="text" name="fax" class="normaltext" style="font-family:verdana;font-size:10px;width:150px" value=""> 
                        </td>
                      </tr>
                      <tr> 
                        <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;Where 
                          did you hear about <?php 
    echo $_SESSION['gw_title'];
    ?>
</strong></font></td>
                        <td height="30" align="left"  class='cl1' > &nbsp;
                          <select name="how_about_us" style="font-family:verdana;font-size:10px;width:120px" onChange="SelectMerchanttype();">
                            <?php 
    echo func_fill_info_source_combo($cnn_cs, "");
    ?>
                          </select> </td>
                      </tr>
                      <tr> 
                        <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;Reseller/Other 
                          Details</strong></font></td>
                        <td height="30" align="left"  class='cl1' > &nbsp;
                          <input type="text" name="reseller_other" class="normaltext" style="font-family:verdana;font-size:10px;width:150px" value=""> 
                        </td>
                      </tr>
                    </table></td>
                </tr>
              </table>
              <center>
                <table align="center">
                    &nbsp; Your fax number</font></td>
                        <td align="left" height="30" width="50%" bgcolor="#F8FAFC">
						<input type="text" src='req' maxlength="15" name="fax" style="font-family:arial;font-size:10px;width:150px" value="<?php 
        echo $show_select_value['sfax'];
        ?>
"></td>
						</tr>
				<tr>
                  <td align="left" valign="center" height="30" width="50%" bgcolor="#F8FAFC"><font face="verdana" size="1">
                    &nbsp; Where did you hear about <?php 
        echo $str_default_reseller;
        ?>
?</font></td>
                  <td align="left" height="30" width="50%" bgcolor="#F8FAFC"><select name="how_about_us" id="how_about_us" style="font-family:arial;font-size:10px;width:100px" onChange="SelectMerchanttype()">
					<?php 
        echo func_fill_info_source_combo($cnn_cs, $show_select_value['how_about_us']);
        ?>
						  </select></td>
					</tr>
					<tr>
                  <td align="left" valign="center" height="30" width="50%" bgcolor="#F8FAFC"><font face="verdana" size="1">
                    &nbsp; If other</font></td>
                  <td align="left" height="30" width="50%" bgcolor="#F8FAFC"><input type="text" src='req' id="how_about_us_other" name="how_about_us_other" style="font-family:arial;font-size:10px;width:150px"  value="<?php 
        echo htmlentities($show_select_value['reseller_other']);
        ?>
"></td>
					</tr>
					<tr>
                  <td align="left" valign="center" height="30" width="50%" bgcolor="#F8FAFC"><font face="verdana" size="1">
                    &nbsp; If reseller</font></td>
					<td align="left" height="30" width="50%" bgcolor="#F8FAFC">
                          &nbsp;<input type="text" name="fax" class="normaltext" style="width:200px" value="<?php 
        echo $showval[75];
        ?>
">
                        </td>
                      </tr>
                      <tr> 
                        <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;Where 
                          did you hear about <?php 
        echo $_SESSION['gw_title'];
        ?>
</strong></font></td>
                        <td height="30" align="left"  class='cl1' > 
                          &nbsp;<select name="how_about_us" style="font-family:verdana;font-size:10px;width:120px" onchange="SelectMerchanttype();">
							<?php 
        echo func_fill_info_source_combo($cnn_cs, $showval[47]);
        ?>
						</select>						
						</td>
                      </tr>
						<tr> 
                        <td height="30" align="left"  class='cl1' ><font face="verdana" size="1"><strong>&nbsp;Reseller Company Name</strong></font></td>
                        <td height="30" align="left"  class='cl1' >
                          &nbsp;<select name="reseller_other"  style="font-family:verdana;font-size:10px;width:150px">
<?php 
        $str_qry_resellers = "select reseller_id,reseller_companyname from cs_resellerdetails order by reseller_companyname";
        $str_selected_value = $showval[81];
        func_fill_combo_conditionally($str_qry_resellers, $str_selected_value, $cnn_cs);
        ?>
						  </select>
		                 </td>