In this tutorial, we are going to teach you how to create a dynamic FAQ section on your website using PHP and MySQL. We will create simple CRUD (Create, Read, Update, Delete) operation using PHP PDO. FAQs will be added, updated, and deleted from the admin panel. And they will be displayed on the user …
Read More “Dynamic FAQ – PHP and MySQL”
In this tutorial, we are going to teach you how you can add a dynamic testimonial to your website using PHP and MySQL in the backend and Vue JS in the frontend. Testimonials are displayed on a website to show the new users how your product satisfies your previous customers. We will be creating 2 …
Read More “Dynamic testimonial – PHP & MySQL, Vue JS”
A pricing table on a website is used to give your users an idea of how much you charge for your services. In this article, we are going to teach you, how you can create a dynamic pricing table using PHP, MySQL, and Vue JS. The pricing table is created in bootstrap so it will …
Read More “Dynamic pricing table – PHP, MySQL, and Vue JS”
In this article, we are going to teach you, how you can forcefully log out a user in your Laravel website using PHP and MySQL. Usually when users once logged in to your website, can only be logged out by clicking a logout button where we will log out the user using the Laravel Auth …
Read More “Logout any user – Laravel, PHP, MySQL”
In this tutorial, we are going to teach you how can you show instagram feed in your PHP website without using any API. Video tutorial: First, we need to create a table in our database where we will save all the latest posts from our Instagram page or profile. This will create a table named …
Read More “Instagram feed without API – PHP, MySQL”
In this article, we are going to show you, how you can receive an email notification when there is an internal server error in your Laravel live site using PHP. Internal Server Error has an error code of 500, which means there is an error in your code. When your website is live, we usually …
Read More “Laravel error email notification – PHP”
In this article, we are going to discuss 10 useful Javascript libraries that you need to use in almost every web project. We will discuss the following libraries along with their use: 1. Sweetalert Sweetalert is a JS library used to display alert messages. You can also use it for displaying confirm messages i.e. ask …
Read More “10 Javascript Libraries for Every Web Project”
Picture Competition is a mobile responsive real-time web application developed in Node JS and Mongo DB. Its frontend is designed in Bootstrap and Vue JS. You can create competition between 2 people and the others can vote on the person based on looks or skills etc. Demo: https://github.com/adnanafzal565/picture-competition-web-app-node-js Features Free Premium $100 Login and registration …
Read More “Picture Competition Web App – Node JS, Mongo DB, Vue JS”
In this tutorial, we are going to teach you, how you can display all posts in your Share a Draft plugin in WordPress. This plugin is used to share your unpublished posts using a link. In WordPress, by default only published posts are shared. You can download the plugin manually from here. Video tutorial: You …
Read More “Share a Draft, Getting Only 5 Posts [FIXED] – WordPress”
In this tutorial, we are going to teach you, how you can upload, download and delete files from Firebase Storage. Firebase Storage is a service provided by Google that allows you to save files on their server. The free plan allows you to upload data up to 1 GB. More data can be bought from …
Read More “Firebase Storage – Upload, Download, and Delete”