| Server IP : 172.64.80.1 / Your IP : 172.70.131.126 Web Server : Apache System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 User : federalpolyede.edu.ng_idh35skikv ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/admin_main/ |
Upload File : |
<?php
require_once('headMain_dsa.php');
?>
<form action="complaint_process.php" method="post" class="form-group" >
<label>Name</label>
<input name="names" placeholder="Type your name here" class="form-control" />
<label>Email</label>
<input name="email" type="email" placeholder="Email address" class="form-control"/>
<label>Phone No</label>
<input name="gsm" placeholder="Type your Phone No here" class="form-control"/>
<label>Subject</label>
<input name="subject" placeholder="Subject" class="form-control" />
<label>Message</label>
<textarea name="message" placeholder="Type your message here" class="form-control"> </textarea>
<input type="submit" id="submit" name="submit" value="Submit" class="form-control btn-primary"/>
</form>
</div>
<?php
include('footMain.php');
?>