|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/html/pathumthani_eoffice/application/ |
Upload File : |
<?
include "../config/config.inc.php";
//include ("../function/function.php");
include "../common/sms_function.php";
$MsgType="T";
$sms_User="sapphire";
$sms_Password="es53y7h";
$defualt_mobile="0861860538,0866769195,0856167198";
//$defualt_mobile="086676915";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>SMS TEST FUNCTION</title>
</head>
<body>
<form action="http://www.sms.in.th/tunnel/sendsms.php" method="post" enctype="multipart/form-data" name="form1" target="_blank" id="form1">
เบอร์โทร :
<input type="text" name="Msn" value="0861860538"/>
<br />
ข้อความ :
<input type="text" name="Msg" value="ทายสิใครเอ๋ย" /> <br>
<input type="hidden" name="RefNo" value="1001" />
<input type="hidden" name="Sender" value="Eoffice"/>
<input type="hidden" name="MsgType" value="T"/>
<input type="hidden" name="User" value="sapphire"/>
<input type="hidden" name="Password" value="es53y7h"/>
<input type="submit" name="Submit" value="Submit" />
</form>
<?
?>
</body>
</html>