Файловый менеджер - Редактировать - /home/d46091/foodlicenceonline.net/water-testing.php
Назад
<?php require_once('include/header.php') ?> <?php require_once('include/navbar.php') ?> <?php require_once('include/connection.php') ?> <!-- Section 1 starts from here --> <section class="position-1" style="background-color:#f9ed817d"> <div class="container"> <h2 align="center">WATER TESTING</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <div class="card-deck"> <div class="card" style="border: 1px solid #00a33e !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 10px"> <div class="card-header" style="color: #fff; background-color:#00a33e !important; margin: 3px 3px 0px 3px; border-radius: 10px;" align="center"> <b style="font-size: 14px;">WATER TESTING FORM</b> </div> <div class="card-body"> <form id="main-form" action="mail.php" method="post" name="fssai-return"> <div class="form-group txt pb-2 pt-2"> <label>Enter Full Name <span class="required">*</span></label> <input type="text" class="form-control" name="applicant_name" value=""> </div> <div class="form-group txt pb-2 pt-2"> <label>Enter E-mail Id <span class="required">*</span></label> <input type="email" class="form-control" name="email_id" value=""> </div> <div class="form-group txt pb-2 pt-2"> <label>Enter Mobile Number <span class="required">*</span> </label> <input type="number" id="mobile_number" class="form-control" name="mobile_number" maxlength="10" required="" oninput="validateInput()" onblur="checkRequired()"> <span id="phoneMessage"></span> </div> <div class="form-group txt pb-2 pt-2"> <label>Enter Business Name <span class="required">*</span></label> <input type="text" class="form-control" name="business_name" value=""> </div> <div class="form-group txt pb-2 pt-2"> <label>Enter COMPLETE Business ADDRESS OF THE ABOVE MENTIONED BUSINESS <span class="required">*</span></label> <textarea class="form-control" name="office_address" id="office-address" required="" cols="10" row="5"></textarea> </div> <div class="row"> <div class="form-group col-lg-4 txt"> <label>PINCODE</label> <input type="text" class="form-control" name="pincode" id="pincode" oninput="lookupPincode(this.value)" onkeypress="return (event.charCode != 8 && event.charCode == 0 || (event.charCode >= 48 && event.charCode <= 57))" minlength="6" maxlength="6" required=""> </div> <div class="form-group txt col-lg-4 col-12"> <label>State / राज्य <span class="">*</span></label> <select id="office-state" size="1" class="form-control" name="office_state" onchange="makeSubmenuOffice(this.value)" required=""> <option value=""> Select State </option> <option value="Andaman_And_Nicobar_Island"> 1. ANDAMAN AND NICOBAR ISLANDS / अंदमान और निकोबार द्वीपसमूह </option> <option value="Andhra_Pradesh"> 2. ANDHRA PRADESH / आन्ध्र प्रदेश </option> <option value="Arunachal_Pradesh"> 3. ARUNACHAL PRADESH / अरुणाचल प्रदेश </option> <option value="Assam"> 4. ASSAM / असम </option> <option value="Bihar"> 5. BIHAR / बिहार </option> <option value="Chhattisgarh"> 6. CHHATTISGARH / छत्तीसगढ़ </option> <option value="Chandigarh"> 7. CHANDIGARH / चंडीगढ़ </option> <option value="Dadara"> 8.DADAR AND NAGAR HAVELI / दादरा और नगर हवेली </option> <option value="Daman"> 9. DAMAN AND DIU / दमन और दीव </option> <option value="Delhi"> 10. DELHI / दिल्ली </option> <option value="Goa"> 11. GOA / गोवा </option> <option value="Gujarat"> 12. GUJARAT / गुजरात </option> <option value="Haryana"> 13. HARYANA / हरियाणा </option> <option value="Himachal_Pradesh"> 14. HIMACHAL PRADESH / हिमाचल प्रदेश </option> <option value="Jammu_and_Kashmir"> 15. JAMMU AND KASHMIR / जम्मू और कश्मीर </option> <option value="Jharkhand"> 16. JHARKHAND / झारखण्ड </option> <option value="Karnataka"> 17. KARNATAKA / कर्णाटक </option> <option value="Kerala"> 18. KERALA / केरल </option> <option value="Ladakh"> 19. LADAKH / लद्दाख </option> <option value="Lakshadweep"> 20. LAKSHADWEEP / लक्षद्वीप </option> <option value="Madhya_Pradesh"> 21. MADHYA PRADESH / मध्य प्रदेश </option> <option value="Maharashtra"> 22. MAHARASHTRA / महाराष्ट्र </option> <option value="Manipur"> 23. MANIPUR / मणिपुर </option> <option value="Meghalaya"> 24. MEGHALAYA / मेघालय </option> <option value="Mizoram"> 25. MIZORAM / मिज़ोरम </option> <option value="Nagaland"> 26. NAGALAND / नागालैण्ड </option> <option value="Odisha"> 27. ODISHA / ओड़िशा </option> <option value="Puducherry"> 28. PUDUCHERRY / पुडुचेरी </option> <option value="Punjab"> 29. PUNJAB / पंजाब </option> <option value="Rajasthan"> 30. RAJASTHAN / राजस्थान </option> <option value="Sikkim"> 31. SIKKIM / सिक्किम </option> <option value="Tamil_Nadu"> 32. TAMIL NADU / तमिलनाडु </option> <option value="Telangana"> 33. TELANGANA / तेलंगाना </option> <option value="Tripura"> 34. TRIPURA / त्रिपुरा </option> <option value="Uttar_Pradesh"> 35. UTTAR PRADESH / उत्तर प्रदेश </option> <option value="Uttarakhand"> 36. UTTARAKHAND / उत्तराखण्ड </option> <option value="West_Bengal"> 37. WEST BENGAL / पश्चिम बंगाल </option> </select> </div> <div class="form-group txt col-lg-4 col-12"> <label>District / जिला <span class="">*</span></label> <select class="form-control" name="office_district" id="office-district" required=""> <option value="" selected="selected"> Select District </option> </select> </div> </div> <div class="form-group txt mt-3"> <label>Type of Licence for which Water Testing Required <span class="">*</span></label> <select class="form-control" name="check_licence" required=""> <option value=""> --selct option-- </option> <option value="Basic Registration"> Basic Registration </option> <option value="State Licence"> State Licence </option> <option value="Central Licence"> Central Licence </option> </select> </div> <div> <!-- <div class="form-group txt pb-2 pt-2"> <label>Enter Verification Code <span class="required">*</span></label> <input type="text" name="vercode" class="form-control" required="required"> </div> <div class="form-group txt pb-2 pt-2"><label>Verification Code</label> <img src="captcha.php" alt="captcha"> </div>--> <input type="hidden" class="form-control" name="form_id" value="water_testing"> <input type="hidden" class="form-control" name="form_name" value="Water Testing Form"> <button type="submit" name="submit" class="btn btn-primary fcs-submit-button">Submit</button> </div> </form> </div> </div> <div class="card" style="border: 1px solid #00a33e !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 10px"> <div class="card-header" style="color: #fff; background-color:#00a33e !important; margin: 3px 3px 0px 3px; border-radius: 10px;" align="center"> <b style="font-size: 14px;">INSTRUCTION TO FILL TRACE LOST FSSAI CERTIFICATE FORM</b> </div> <div class="card-body"> <ul> <li><strong>Full Name:</strong> Please Ensure The Full Name Of The Applicant Is Correctly Filled.</li> <li><strong>Email:</strong> Mention The Proper Email Address (Mail Id) Of The Applicant.</li> <li><strong>Phone:</strong> Fill In The Applicant's Correct Mobile Number In The Application Form.</li> <li><strong>Name Of Business:</strong> Write Down The Name Of Your Business/firm/company.</li> <li><strong>Business Address:</strong> Type The Detailed Business Address Of The Mentioned Business.</li> <li><strong>State:</strong> The Applicant Has To Choose A District From The Options That Are Relevant To The State.</li> <li><strong>District:</strong> The Candidate Needs To Pick A District From The List Of Options Associated With The State.</li> <li><strong>Pincode:</strong> Enter The Correct Pin Code Of The Business.</li> <li><strong>Mention The Licence Number Of The Certificate To Be Traced: </strong> Select The Appropriate License Category From The Dropdown Menu For Which Water Testing Is Necessary.</li> </ul> </div> </div> </div> </div> </section> <section class="position-2"> <div class="container"> <!-- <h2 align="center"></h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> --> <div class="row"> <div class="card col-xl-12 col-lg-12 col-md-12 col-sm-12 pt-1 " style="border: 1px solid #ed8433 !important;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 15px;"> <div class="card-header" style="color: #fff; background-color:#ed8433 !important; margin: 2px -8px 0px -9px; border-radius: 10px;" align="center"> <b>Water Testing for FSSAI Registration</b> </div> <div class="card-body"> <p>The Food Safety and Standards Authority of India (FSSAI) is the regulatory body responsible for ensuring food safety and standards in India. One of the critical aspects of food safety is the quality of water used in food production, processing, and preparation. Water testing is a mandatory requirement for FSSAI registration, ensuring that the water used meets the necessary safety standards and is free from contaminants.</p> <h3>Importance of Water Testing</h3> <p>Water is a fundamental component in the food industry, used in various processes such as washing, and cooking, and as an ingredient in many food products. Contaminated water can lead to severe health issues, including waterborne diseases, making it essential to ensure the water quality is safe for consumption.</p> <h3>Ensuring Food Safety</h3> <p>Water is a critical component in food production, processing, and preparation. Contaminated water can introduce harmful pathogens (such as bacteria, viruses, and parasites) and chemicals (like heavy metals and pesticides) into food products.</p> <h3>Compliance with Regulations</h3> <p>FSSAI regulations mandate that food businesses must use water that meets specified quality standards to ensure food safety. Compliance with these regulations through water registration demonstrates that businesses are adhering to legal requirements aimed at protecting consumer health.</p> <h3>Preventing Food Contamination</h3> <p>Water contamination can occur at various stages of food production, from washing raw materials to cooking and processing. Testing water quality through registration helps identify potential sources of contamination early on.</p> <h3>Quality Assurance and Consumer Confidence</h3> <p>Water registration and testing contribute to overall quality assurance in the food industry. It ensures that food products are produced under hygienic conditions with safe ingredients, including water.</p> </div> </div> </div> </div> </section> <section class="position-3" style="background-color:#f9ed817d"> <div class="container"> <h2 align="center">TYPES OF REGISTRATIONS</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <h4>Basic Registration</h4> <ul> <li><strong>Eligibility: </strong>Small businesses or startups with an annual turnover of up to ₹12 lakhs</li> <li><strong>Activities Allowed: </strong>Small-scale manufacturing, storage, distribution, and sale of food products.</li> <li><strong>Validity: </strong>Basic registration is valid for 1-5 years, depending on the fee paid.</li> <li><strong>Requirements: </strong>Simple documentation including basic details of the business, proprietor/partner's identification proof, and a declaration of turnover.</li> </ul> <h4>State License</h4> <ul> <li><strong>Eligibility: </strong>Medium-sized businesses with an annual turnover between ₹12 lakhs and ₹20 crores.</li> <li><strong>Activities Allowed: </strong>Medium-scale manufacturing, storage, distribution, and sale of food products within the state.</li> <li><strong>Validity: </strong>State license is valid for 1-5 years.</li> <li><strong>Requirements: </strong>Detailed documentation including business address proof, NOC (No Objection Certificate) from the municipality or local authority, food safety management plan, water testing report, and other specific documents as per FSSAI guidelines.</li> </ul> <h4>Central License</h4> <ul> <li><strong>Eligibility: </strong>Large businesses with an annual turnover exceeding ₹20 crores or businesses engaged in the import/export of food products.</li> <li><strong>Activities Allowed: </strong>Large-scale manufacturing, storage, distribution, and sale of food products across multiple states or for import/export.</li> <li><strong>Validity: </strong>Central license is valid for 1-5 years..</li> <li><strong>Requirements: </strong>Comprehensive documentation including business premises proof, NOC from the local health authority, food safety management plan, water testing report, details of directors/partners, import-export code (IEC) for businesses engaged in import/export, and other specific documents as per FSSAI guidelines.</li> </ul> </div> </section> <section class="position_4"> <div class="container"> <h2 align="center">PARAMETERS FOR WATER TESTING</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <p>Water testing for FSSAI registration involves checking various parameters to ensure the water quality is up to the required standards. These parameters include</p> <table class="table table-border table-striped"> <thead> <tr> <th>Category</th> <th>Parameters</th> </tr> </thead> <tbody> <tr> <td>Physical Parameters</td> <td>Color, Odor, Taste, Turbidity</td> </tr> <tr> <td>Chemical Parameters</td> <td>pH level, Total Dissolved Solids (TDS), Hardness, Chlorine levels, Presence of heavy metals (lead, arsenic, mercury)</td> </tr> <tr> <td>Microbiological Parameters</td> <td>Total Coliforms, E. coli, Salmonella, Shigella</td> </tr> <tr> <td>Radiological Parameters</td> <td>Radioactive substances (if applicable)</td> </tr> </tbody> </table> </div> </section> <section class="position-5" style="background-color:#f9ed817d"> <div class="container"> <h2 align="center">DOCUMENTS REQUIRED FOR WATER TESTING</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <ul> <li><strong>Application Form: </strong>Filled out with accurate details regarding the business, its activities, and the intended use of water in food processing.</li> <li><strong>Water Testing Report: </strong>Conducted by an FSSAI-approved laboratory. Includes detailed analysis of physical, chemical, microbiological, and radiological parameters as per FSSAI standards. Should be recent (usually within 3 to 6 months) at the time of application.</li> <li><strong>Laboratory Accreditation Certificate: </strong>Proof that the laboratory conducting the water testing is accredited by FSSAI or NABL (National Accreditation Board for Testing and Calibration Laboratories).</li> <li><strong>Business Registration Documents: </strong>Proof of business registration (e.g., Certificate of Incorporation, Partnership Deed, etc.).</li> <li><strong>Proof of Premises: </strong>Documents showing ownership or lease agreement of the premises where food processing or handling takes place.</li> <li><strong>Water Source Details: </strong>Information about the water source, such as municipal water supply, borewell, or any other source used.</li> </ul> <h2 align="center">PROCESS FOR WATER TESTING AND FSSAI REGISTRATION</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <ul> <li><strong>Preparation: </strong>Gather all necessary documents, including the filled application form, water testing report, and supporting documents.</li> <li><strong>Submission: </strong>Submit the application form along with all required documents through the FSSAI registration online portal.</li> <li><strong>Review: </strong>FSSAI authorities review the application and supporting documents to ensure completeness and compliance with regulations.</li> <li><strong>Approval: </strong>If everything meets the requirements, FSSAI grants the registration</li> </ul> <h2 align="center">CONCLUSION</h2> <hr style="background-color: #000 !important; margin: 30px 500px 30px 500px;"> <p>Water testing is a critical component of the FSSAI registration process, ensuring that the water used in the food industry is safe and free from harmful contaminants. By adhering to the FSSAI guidelines and conducting regular water tests, food businesses can ensure compliance and contribute to the overall safety and health of consumers.</p> </div> </section> <?php require_once('include/footer.php') ?> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#state_id').on('change', function() { var stateCode = $(this).val(); // alert(stateCode); if (stateCode) { $.ajax({ url: 'fetch_districts.php', type: 'POST', data: { state_code: stateCode }, success: function(data) { $('#district').html(data); } }); } else { $('#district').html('<option value="">--Select District--</option>'); } }); }); </script> <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script> <script src="/selectIndianState.js"></script>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка