PHP | Page 4

How to create Sidebar in Blog ? | PHP blog Part 3


In this tutorial, we will create a sidebar in the blog.We will learn how to create a sidebar on a blog website. In the sidebar, we can display recent posts, categories, and tags of the blog.




How to display recent posts in Blog using PHP | Part 4


In this tutorial, we will learn how to display blog recent posts using PHP and MYSQL database. The latest posts are known as recent posts. Display the blog recent pots using MYSQL query with order by id DESC and limit.




Create categories in blog using PHP and MYSQL | Part 5


In this PHP tutorial, we will create categories in the blog using PHP and MYSQL database. We will link blog posts to the categories. Every blog should have a category feature.




How to create blog CMS tags in PHP and MYSQL | Part 6


In this tutorial, we are going to create blog CMS tags using PHP and MYSQL database. The CMS tags are most essential for all blogs. You should understand the importance of the tag in the blog. We will display tags and link the related posts to the tags. 




Create social share buttons in the blog using PHP and MYSQL | Part 7


In this tutorial, we are going to create social share buttons and icons for blog CMS using PHP and MYSQL database. Make social share buttons for Facebook, LinkedIn. Twitter, Pinterest or build for more sites in PHP.




Display recommended blog posts | Next 5 rows data in PHP -Part 8


In this tutorial, we are going to display the recommended post using PHP and MYSQL. Fetching the next 5 or 6 posts is called the recommended blog post. The recommended post is meant for visitors and which can be beneficial posts.




Display previous blog posts using PHP and MYSQL | Part 9


In this tutorial, we will fetch and display the previous blog posts using PHP and MYSQL. In a blog CMS, it would be easy to display the next post as well as the previous post. Buttons can also be made for next and previous posts, which are being used a lot nowadays




Create pages in blog CMS using PHP and MYSQL | Part 10


Pages are also very important for blog CMS. Although the content has been given importance in the blog, the page also has great importance in any blog website. Here we are learning to create a complete blog CMS from the beginning tutorial.




Generate sitemap for blog in PHP and MYSQL | Part 11


Sitemaps are generated to link the URL of a blog website to Google or other search engines. In this tutorial, we will create and generate an XML sitemap for the blog using PHP and MYSQL database.




Pagination and search box in blog using PHP and MYSQL | Part 12


In this tutorial, we will add pagination and search box in blog CMS using PHP and MYSQL database. Let's create a pagination and search system in PHP PDO.




Comment and discussion system using Disqus | PHP Blog Part 13


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 | Redirect Operation


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.




How to Google Search input box in PHP website


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.




Next and Previous buttons in PHP with MYSQL database


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.




echo() function in PHP with examples


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.




Registration and login form in PHP and MYSQL


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.




Forgot Password and password reset form in PHP with MYSQL


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.




How to hide or remove form after submitted 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 .




Website contact form in PHP | Support form page by PHP mail


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.




User profile edit in PHP and MYSQL | Update user account details after logging in using PHP


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.