Software Engineering Understand AJAX by building a PHP application Let's see how AJAX works. Using PHP along HTML and Javascript, we will understand how AJAX is an efficient technique for accessing web servers from a web page without having to reload the web page. Goodbye traditional post requests !
Software Engineering Build an HTML form to insert data in a database in PHP MySQLi In this article, we are going to see how a form is made and how the details entered by the user are stored in a database. We will use PHP and MySQL