0byt3m1n1
Path:
C:
/
wamp64
/
www
/
WaterCat
/
[
Home
]
File: details.php
<html> <head> <link rel="stylesheet" href="job.css"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-MLKHL5MWPW"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-MLKHL5MWPW'); </script> </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>