0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
Desktop
/
CWRDM Backup
/
WaterCat
/
[
Home
]
File: details.php
<html> <head> <link rel="stylesheet" href="job.css"> </head> <body> <div id="survey-container"> <form id="survey-form" method="POST" action="detailsinsert.php" enctype="multipart/form-data"> <label id="name-label" class="row-label">Name Of the Project</label> <input type="text" id="name" class="row-input" name="title" placeholder="Enter Name of the Project" required> <label class="row-label">Location</label> <input type="text" name="location" class="row-input" placeholder="Enter the location" required> <label class="row-label">Sample Details</label> <textarea rows="2" cols="20" name="details"></textarea> <br> <br> <label class="row-label">Upload Sample Image</label> <input type="file" class="row-input" name="upload"> <label class="row-label">General Observation</label> <textarea rows="2" cols="20" name="observation"></textarea> <br> <br> <input type="submit" id="submit" class="row-input" name="submit" value="Submit"> </form> </div> </body> </html>