Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/parent-feedback.php |
<!-- Powered By - Dream Technology, Solapur. Contact No : +91 9595775120 Email ID - dream.technology@outlook.com --> <?php require_once("admin/lib/functions.php"); $db = new login_function(); $flag = 0; $name = ""; $name_error = ""; $email_id = ""; $email_error = ""; $contact_no = ""; $contact_no_error =""; $message_error = ""; $message = ""; $passing = ""; $department = ""; $occupation = ""; $suggestion = ""; $succ_flag = 0; $ward = ""; if(isset($_POST['contact_btn'])) { $name = $_POST['name']; $ward = $_POST['ward']; $contact_no = $_POST['contact_no']; $passing = $_POST['passing']; $department = $_POST['department']; $occupation = $_POST['occupation']; $activities = $_POST['activities']; $facilities = $_POST['facilities']; $c_activities = $_POST['c_activities']; $learning = $_POST['learning']; $counselling = $_POST['counselling']; $library = $_POST['library']; $communication = $_POST['communication']; $career = $_POST['career']; $p_facilities = $_POST['p_facilities']; $suggestion = $_POST['suggestion']; if($contact_no=="") { $contact_no_error = "Please enter contact number"; $error_counter = 1; } else if(!is_numeric($contact_no)) { $contact_no_error = "Please enter valid contact number"; $error_counter = 1; } else if(strlen($contact_no)<10 OR strlen($contact_no)>10) { $contact_no_error = "Please enter valid 10 digit contact no"; $error_counter = 1; } if($flag == 0) { if($db->add_parents_feedback($name,$contact_no,$ward,$department,$passing,$occupation,$activities,$facilities,$c_activities,$learning,$counselling,$library,$communication,$career,$p_facilities,$suggestion)) { $succ_flag = 1; $name = ""; $ward = ""; $contact_no = ""; $message = ""; $passing = ""; $department = ""; $occupation = ""; $suggestion = ""; } } } ?> <DOCTYPE html> <html> <head> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <link href='http://fonts.googleapis.com/css?family=Montserrat+Alternates' rel='stylesheet' type='text/css'> <title>Laxmibai Bhaurao Patil Mahila Mahavidyalaya</title> <link rel="stylesheet" type="text/css" href="css/stylesheet.css"/> </head> <body> <?php require_once("lib/header.php"); ?> <style> .tab_data { background:#E91546; font-weight:bold; font-size:16px; color:white; border-right:0px solid black; } tr td { padding:10px; border:0px solid black; text-align:center; } th { padding:10px; } </style> <div name="tab_container"> <div class="main_container" style="min-height:1000px;"> <div class="page_highlighter" style="background:orange">Parents Feedback</div> <?php require_once("highlights.php"); ?> <div class="data_container" style="margin-top:10px; min-height:1000px;"> <form method="post" action=""> <table border="0"> <tr> <td class="msg" colspan=2> <?php if($succ_flag==1) { echo "Your message sent sucessfully"; } else if($flag==2) { echo "Sorry, Your message not sent"; } ?> </td> </tr> <tr style="height:20px;"> <td></td> </tr> <tr class="tr1"> <td> <label>Name Of the Parent</label> </td> <td> <input type="textbox" class="order_txt" name="name" id="txtname" value="<?php echo $name;?>" required> <br /> <span class="error_msgs"><?php echo $name_error; ?></span> </td> <tr class="tr1"> <td> <label>Contact No</label> </td> <td> <input type="textbox" class="order_txt" name="contact_no" id="txtcno" value="<?php echo $contact_no;?>" required> <br /> <span class="error_msgs"><?php echo $contact_no_error; ?></span> </td> </tr> </tr> <tr class="tr1"> <td> <label >Name of the Ward</label> </td> <td> <input type="textbox" class="order_txt" name="ward" id="txtemail" value="<?php echo $ward;?>" required> </td> </tr> <tr class="tr1"> <td> <label>Name of Department</label> </td> <td> <input type="textbox" class="order_txt" name="department" id="txtcno" value="<?php echo $department;?>" required> </td> </tr> <tr class="tr1"> <td> <label>Academic Year</label> </td> <td> <input type="textbox" class="order_txt" name="passing" id="txtcno" value="<?php echo $passing;?>" required> </td> </tr> <tr class="tr1"> <td> <label>Course and Class of the Ward:</label> </td> <td> <input type="textbox" class="order_txt" name="occupation" id="txtcno" value="<?php echo $occupation;?>" required> </td> </tr> <tr style="height:0px;"> <td></td> </tr> </table> <p>You are requested to select appropriate option for the following points.</p><br /> <p>1. Admission procedure </p><br /> <input type="radio" name="activities" value="Excellent" checked>Excellent<br /> <input type="radio" name="activities" value="Very Good">Very Good<br /> <input type="radio" name="activities" value="Good">Good<br /> <input type="radio" name="activities" value="Average">Average<br /><br /> <p>2. Infrastructure Facilities </p><br /> <input type="radio" name="facilities" value="Excellent" checked>Excellent<br /> <input type="radio" name="facilities" value="Very Good">Very Good<br /> <input type="radio" name="facilities" value="Good">Good<br /> <input type="radio" name="facilities" value="Average">Average<br /><br /> <p>3. Sports and cultural activities </p><br /> <input type="radio" name="c_activities" value="Excellent" checked>Excellent<br /> <input type="radio" name="c_activities" value="Very Good">Very Good<br /> <input type="radio" name="c_activities" value="Good">Good<br /> <input type="radio" name="c_activities" value="Average">Average<br /><br /> <p>4. The Teaching Learning Environment </p><br /> <input type="radio" name="learning" value="Excellent" checked>Excellent<br /> <input type="radio" name="learning" value="Very Good">Very Good<br /> <input type="radio" name="learning" value="Good">Good<br /> <input type="radio" name="learning" value="Average">Average<br /><br /> <p>5. Student's counselling and guidance </p><br /> <input type="radio" name="counselling" value="Excellent" checked>Excellent<br /> <input type="radio" name="counselling" value="Very Good">Very Good<br /> <input type="radio" name="counselling" value="Good">Good<br /> <input type="radio" name="counselling" value="Average">Average<br /><br /> <p>6. Library Facilities </p><br /> <input type="radio" name="library" value="Excellent" checked>Excellent<br /> <input type="radio" name="library" value="Very Good">Very Good<br /> <input type="radio" name="library" value="Good">Good<br /> <input type="radio" name="library" value="Average">Average<br /><br /> <p>7. Use of Information and communication technology in the college </p><br /> <input type="radio" name="communication" value="Excellent" checked>Excellent<br /> <input type="radio" name="communication" value="Very Good">Very Good<br /> <input type="radio" name="communication" value="Good">Good<br /> <input type="radio" name="communication" value="Average">Average<br /><br /> <p>8. Career oriented programs </p><br /> <input type="radio" name="career" value="Excellent" checked>Excellent<br /> <input type="radio" name="career" value="Very Good">Very Good<br /> <input type="radio" name="career" value="Good">Good<br /> <input type="radio" name="career" value="Average">Average<br /><br /> <p>9. Other facilities provided by the college </p><br /> <input type="radio" name="p_facilities" value="Excellent" checked>Excellent<br /> <input type="radio" name="p_facilities" value="Very Good">Very Good<br /> <input type="radio" name="p_facilities" value="Good">Good<br /> <input type="radio" name="p_facilities" value="Average">Average<br /><br /> <p>10. Suggestions if any </p><br /> <textarea name="suggestion" class="order_txt" name="txtcno" id="txtcno" style=" height:80px" required><?php echo $suggestion; ?></textarea><br /> <table> <tr class="tr1"> <td></td> <td class="order_btn_contnr"> <input type="submit" value="Submit" name="contact_btn" class="contact_btn"> </td> </tr> <tr> <td></td> </tr> </table> </form> </div> </div> </div> </div> <?php require_once("lib/footer.php"); ?> </body> </html>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4