In this tutorial, we will learn to make a comment or discussion system using Disqus in the blog. The Disqus website is a discussion gateway website through which comment system or discussion system can be integrated into any PHP and HTML pages.
PHP header() function is used to send HTTP header to the client. If you are working on a project and want to use the PHP header function that redirects to another page.
In this tutorial, we are going to create a Google search input box using PHP programming. Make a live Google search box system on the PHP website with code.
In this PHP tutorial, we will create the next and previous buttons using PHP and MYSQL database. Make the next row and previous row buttons for blog website posts or simple websites in PHP with MYSQL.
In this PHP tutorial, we will understand the concept of echo() function in PHP with examples. echo function is a built-in function in PHP which outputs the parameters. Learn echo with PHP code.
In this tutorial, we will create a registration and login form using PHP with the MYSQL database. Create complete signup and login system in PHP with complete source code. We will design responsive registration and login form using bootstrap, PHP, and MYSQL. The registration form is known as the signup form and the login form is knows as the sign-in form in PHP.
In this tutorial, we will create a forgot password system with a password reset form in PHP and MYSQL database. The forgot password form helps to send a password reset link to the user email and the password reset form is used to reset the password. In this tutorial, we will create a forgot password system for a login system using PHP.
In this tutorial , we will hide or remove form after submitted in PHP .We will create insert and contact form and hide on same using PHP. Here , we will learn that how to hide any form on button clicked and display success message only after form submitted .
In this tutorial, we will create a contact form using PHP . The contact form is used to receive information from user . We will create a website support contact form in PHP programming with code . If you want to make a contact website contact form then you should follow the procedure.
In this tutorial, we will learn how to edit a user profile after logging into the account in PHP and MYSQL databases. Users can update their profiles after logging in using PHP session and MYSQL database. Update operation with SESSION id using PHP and MYSQL database.