( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/../tmpr/../tmpr/../tmpr/../tmpr/../pages/update.php
 <form action="formsubmit.php?mode=upnewsid" method="post" name="form1" class="style1">
            <table width="500" border="0" align="center" cellpadding="2" cellspacing="2">
              <tr>
                <td><strong>Update Comment </strong></td>
                <td><input type="hidden" name="sn" value="<?php  echo $sn; ?>">
                  &nbsp;</td>
              </tr>
        
              <tr>
                <td>Name </td>
                <td><input name="myname" type="text" id="myname" value="<?php  echo $myname; ?>"></td>
              </tr>
			   <tr>
                <td>Comment </td>
                <td><textarea name="mycomment" cols="35" rows="5" id="mycomment"><?php  echo $mycomment; ?>
                </textarea></td>
              </tr
			  
			    ><tr>
                <td>Email </td>
                <td><input name="myemail" type="text" id="myemail" value="<?php  echo $myemail; ?>"></td>
              </tr>
			  
			  
			    <tr>
                <td> </td>
                <td><input name="newsid" type="hidden" id="newsid" value="<?php  echo $newsid; ?>"></td>
              </tr>
			  
			    <tr>
                <td>Display?</td>
                <td>
				
				
				
				
				<select name="id"  value="<?php  echo $id; ?>">>
              <option id="id" value=0 selected >No</option>
              <option id="id" value=1 >Yes</option>
              
            
                </select></td>
              </tr>
			  
              <tr>
                <td><input type="submit" name="Submit" value="Update"></td>
                <td>&nbsp;</td>
              </tr>
            </table>
          </form>