| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/radvre/admin/ |
Upload File : |
<?php
/**************************************
Project: Radno vreme, 2023.
Version: PHP 5-7
Author : M. Kukic
Note :
Link: http://net-nas/w3/radvre_v7/admin/form_dor.php
*****************************************/
//
// FORMA Vrata
//
echo "<form action='upd_prg.php'>";
echo "ID: ".str_repeat(' ', 8)."<input type='text' name='id' id='id' value='$id' size='5'>";
echo "<br><br>";
echo "RFID SrNo: ".str_repeat(' ', 3)."<input type='text' name='prfsrno' id='prfrsno' value='$prfsrno' size='12'> ";
echo "<br><br>";
echo "SSID: ".str_repeat(' ', 5)."<input type='text' name='ssid' id='ssid' value='$ssid' size='24'> ";
echo "<br><br>";
echo "Pass: ".str_repeat(' ', 5)."<input type='text' name='pass' id='pass' value='$pass' size='24'> ";
echo "<br><br>";
echo "Sr Link: ".str_repeat(' ', 5)."<input type='text' name='srlink' id='srlink' value='$srlink' size='32'> ";
echo "<br><br>";
echo "Prg Sts: ".str_repeat(' ', 5)."<input type='text' name='psts' id='psts' value='$psts' size='12'> ";
echo "<br><br>";
echo "St: ".str_repeat(' ', 9)."<b style='color:red;'>".$ok."</b>";
//echo "<br><br>";
echo str_repeat(' ', 10)."<input type='submit' value='Enter'>";
echo "</form>";
?>