<?php
  session_start
();
    
    
/**  Define Validate Access  */
    
define'_VALID_ACCESS');

    
/**  Check Session User Login  */
    
if (! session_is_registered("valid_user") ) {
        echo 
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-874\" />";
        echo 
"<p style=padding-top:115px><p align=center><br /><font color=red><strong>¡ÃسҷӡÒàLogin ¡è͹</strong></font></p></p>";
        echo 
"<meta http-equiv=\"refresh\" content=\"1; URL=../login.php\" />";
        exit();
    } 
    else {
        
/**  Configuration  */
        
require_once( "../configuration.php" );
        require_once( 
$_Config_absolute_path "/includes/framework.php" );
         include(
"../include/FunctionDB.php");
        
/**  Create Database Object  */
        
$dbObj = new DBConn;
        
     
$sql "Select * From  money_source_tb   WHERE  MoneyS_C='$MoneyS_C'  ";
     
$resultmysql_query($sql) or die(" Error").mysql_error();
     
$rss mysql_fetch_array($result);
      
        
    
    } 
# else
?>
<html>
<head> 
<title>à¾ÔèÁ¢éÍÁÙÅáËÅè§à§Ô¹</title>
<meta http-equiv="Content-Type"content="text/html; charset=windows-874" />
<link href="../css/style1.css" rel="stylesheet" type="text/css">
<head>

<body bgcolor="#FFFFFF">
<span style="text-align:center"><br />
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
      <td><fieldset><table width="500" border="0" cellspacing="1" cellpadding="0" align="center">
          <form id="form1" name="form1" method="post" action="EditSource.php">
                  <tr align="center" bgcolor="#F0F0F0"> 
            <td colspan="3" class="Tahoma8"><b><font color="#000000" size="4" face="Tahoma">à¾ÔèÁ¢éÍÁÙÅáËÅè§à§Ô¹</font></b></td>
          </tr>
          <tr> 
            <td width="132" align=right bgcolor="#dddddd"><font size="2" face="Tahoma">ª×èÍáËÅè§à§Ô¹</font></td>
            <td width="23" bgcolor="#dddddd"><font face="Tahoma">&nbsp;</font></td>
            <td width="455" bgcolor="#dddddd"><font face="Tahoma">
              <input name="MoneyS_M" type="text" id="MoneyS_M" title="Fill Money Source Name" value="<? echo $rss['MoneyS_M'];?>" size="30" />
            </font></td>
          </tr>
          <tr bgcolor="#006699"> 
            <td colspan="3" align="right" bgcolor="#F0F0F0"><div align="center"><font face="Tahoma"><input type="submit" name="Submit" value="  ºÑ¹·Ö¡¢éÍÁÙÅ "></font>
                 &nbsp;
                 <input type="button" name="close" value="»Ô´Ë¹éÒµèÒ§" onClick="window.close()" />
                 <input name="MoneyS_C" type="hidden" id="MoneyS_C" value="<? echo $rss[MoneyS_C]?>" />
            </div></td>
          </tr>
        </form>
      </table></fieldset></td>
    </tr>
  </table>
 </span>
 </body>
</html>