Generate RSS Feed for website using php and json script

Demo Tutorial Link - mostlikers blog mostlikers.com

Navigating the Changing Landscape of the IT Industry in 2024-2025

 As we approach the mid-2020s, the technology industry is at a crossroads, with artificial intelligence (AI) making headlines as a game-changer. Recent reports have sparked concerns about the future of IT jobs, but in reality, it's a transformation rather than a demise. In this article, we'll delve into what the IT landscape might look like in 2024-2025 and how professionals can prepar...


AI and Software Development: Complementary, Not Competitive

 In the ever-evolving landscape of technology, the advent of artificial intelligence (AI) has sparked concerns about the job security of software developers. Is AI poised to replace the human touch in coding and software development? This article delves into the intricate dynamics between AI and software developers, emphasizing why the human element remains irreplaceable.


Bulk Product Data Insert,Update CSV File into Database Using PHP and Mysqli

In this article, we will discuss how to efficiently insert and update data from CSV files into a database using PHP and MySQL. This process can save a significant amount of time, especially for eCommerce websites that require bulk product information updates...


Product Ajax Search Filter with Infinite Scroll more Using PHP and Mysqli

Recently I have posted Product Brand, Size, Material Checkbox Search Filtering Using PHP And Jquery. This search filter script doesn't have any pagination. Now i have created search filter with pagination. In this tutorial, we w...


Generate and Download PDF file in Codeigniter

After a long time, I am writing a new article. Thanks for everyone's support. Today we are going to see How to create and download PDF files by using CodeIgniter mPDF library. mPDF is a customized third-party library, using this simple library function we will convert our HTML template code to PDF. Follo...


AngularJS Add,Edit,Update,Delete using Bootstrap modal with DataTable in PHP

Hi Guys, Today we are going to see How to use AngularJS Add, Edit, Update, Delete using Bootstrap modal with DataTable in PHP. AngularJS is a very powerful JavaScript Framework. It is used in Single Page Application projects. By using this application without refresh the page yo...


Mysql Stored Procedure and Get Procedure Data From PHP

Hi guys, Today we are going to see How to create a stored procedure and get call data from a stored procedure by using PHP. Before going to the topic let see What is stored procedure? and Why we need use stored procedure?. A stored procedure is a group of SQL statements that form a logical unit and perform a...


How to get a YouTube Video thumbnail to Using PHP

Hi Guys, Today we are going to see How to get a YouTube Video thumbnail to Using YouTube API. This is a simple script to get youtube videos thumbnail images. Google API key not necessary to get the thumbnail images, But using Youtube API you can get the more size of images.

Object-Oriented PHP with Example for Beginners

Today we are going to discuss on basics of object-oriented programming in PHP. For many PHP programmers struggling to learn object-oriented logic. When I was started to learn the oops concept. I don't know why need to use the oops concept in PHP?. Later I have read so many tutorials, I got some good example and easy way to learn oop...


Ajax add, edit, delete records in database using bootstrap modal with php and jquery

Today we are going to see How to Ajax add, edit, delete records in the database using bootstrap modal with PHP and jquery. In this tutorial, I will explain about how to add and edit with single bootstrap form. For using this Script you can easily add and ...


PHP and Mysql Interview Questions with example Answer

Hi Guys, Recently I have shared PHP Logical Interview Questions And Answers topic. I got a good response, For a 2-3 year base level of experience, it would be fine.  For preparing logical interview need to know about the MySQL. Today we are going to see...


Codeigniter Create a Chat Emoji using Smiley Helper

Today we are going to see How to create chat emoji in CodeIgniter. In this tutorial, I have used the smiley helper to display the emoji images. Codeigniter default has this smiley library. For images, you need download and load from the images folder. In case you are using chatbox and comments section. Implement...


Codeigniter Multiple File Upload with image Resizing/thumbnail image Creation

Codeigniter Multiple File Upload with image Resizing/thumbnail image Creation. The CodeIgniter is a powerful PHP framework it will provide more inbuilt libraries like file upload, email, Session, Cart. Today we are going to see How to upload multiple images and How to resize(thumbs) uploaded the image usin...


On Page SEO Level Increase Tips - Search Engine Optimization

Hi Guys, Last week we shared Search engine Optimisation overview tutorial. Let we discuss more How to increase On page SEO increase tips. on the page, On page SEO will refer all things that you can do on your website to make higher rank level. like meta description, content highlighting.

Codeigniter XSS Cross Site Scripting Hacking Attack Security

Today we are going to see How to secure the Codeigniter  XSS Cross Site Scripting Hacking Attack. CodeIgniter comes with a Cross Site Scripting Hack prevention filter which can either run automatically to filter all POST and COOKIE data that is encountered. For preventing the form data GET and POST you need...


Search Engine Optimization - Overview

Recently we have shared the digital marketing tutorial, Now we continue the SEO section. Today we are going see What is the use of SEO?  , How to improve page rank techniques, Steps and element of improving th...


Creating Date Function OOPS way in PHP 5

Today we are going to see How to create date function oops way in PHP. The Date/Time PHP exte...


Login with Facebook API SDK v5 in PHP

The Facebook SDK for PHP is a library with capable elements that empower PHP designers to effortlessly incorporate Facebook login and make solicitations to the Graph API. Today we are going to see how to log in with facebook API SDK v5 in PHP. Facebook SDK old version some response are deprecated. Now use sho...


Add watermark text logo to images and save using PHP

Hi guys, After a long time I am posting a new topic. Today we are going see about How to Add watermark text logo to images and save using PHP script. Watermark is the best method to protect your website images. Specially E-commerce, Matrimony website users want to protect they are personal images and digital ph...


Create Stunning Firework Animation Effects Using jQuery and CSS

Fireworks have always held a captivating charm, and incorporating them into web design can make your website stand out on special occasions like a new website launch, festive offers, birthday celebrations, or any page that needs a touch of magic. In this guide, we'll show you how to create a mesmerizing fire...


Product Brand,Size,Material Checkbox Search Filtering Using PHP And Jquery

Recently I have posted Product Search Filtering Using PHP and MySQLi. It's a basic level of product search filter, Later I got a so many request tutorials, a message regarding Product, Brand, Size checkbox Ajax search like amazon, Flipkart search filter. Here I have created similar like sort, search filter...


Codeigniter Free Responsive Bootstrap Template with Basic Setup

Today we will perceive how to stack the bootstrap format to CodeIgniter system. I have made a Codeigniter free notice format with essential set up autoload work. It will be helpful for freshers. In the event that you need to swap your ordinary HTML site to CodeIgniter take after the beneath basic strides. ther...


Digital Marketing Introduction - History and Now

It is now 3 year since we have been providing details on the technical segment like PHP, HTML etc. Opening a new segment on our Mostlikers Blog for Digital Marketing. Here you can receive all information you need in the Domain of digital marketing. Trying to bring in the most dynamic marketing type i.e. online marketing to your fingertips.
...


Codeigniter User Registration and Login Script

Today we are going to learn about how to create simple user registration, login script with the session. Here I have created a simple users register,login, and logout module coding. For form validation,email validation,session validations i have used CodeIgniter validation libraries functions.

Add Speech Recognition Search to Your Website

Today we are going to see about How to add speech recognition (google voice search) to your website. Nowadays most of the people are using speech recognition search engine, especially mobile phone website viewers. Try this code and implement your website. H...