skip to Main Content

JQUERY is not working on (onchange) function – Jquery ajax

I am Creating a dependency drop downs but, When I pass Id from one function to another its not Working here is some sample of code <?php include("includes/db.php"); ?> <!DOCTYPE html> <html> <head> <title></title> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> </head> <body>…

VIEW QUESTION

Codeigniter 3 MySQLi Secure db connection – PHP Versions

Recently my db team upgraded db for encrypted connection. And Our portal built with using Codeigniter 3 started throwing below error. Severity: Warning Message: mysqli::real_connect(): (HY000/3159): Connections using insecure transport are prohibited while --require_secure_transport=ON. Filename: mysqli/mysqli_driver.php Line Number: 203 Previously…

VIEW QUESTION
Back To Top
Search