Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things

26 October, 2023

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 prepare for this evolving era.

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

17 October, 2023

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.

AI and Software Development: Complementary, Not Competitive

03 October, 2020

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 in the database.  

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


28 March, 2020

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 will discuss Product Ajax Search Filter with Infinite Scroll more Using PHP and MySQL. Load more it's user-friendly without refreshing the page user can get the filter products.

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

11 April, 2019

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. Follow the below step by step process.

Generate and Download PDF in Codeigniter using mPDF

04 September, 2017

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 you can get server-side response. In this tutorial, I have created a simple way to learn angular js curd operation. Follow the below simple setup process.


11 July, 2017

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 particular task, and they are used to encapsulate a set of operations or queries to execute on a database server.


15 May, 2017

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.

How to get a YouTube Video thumbnail to Using PHP

26 April, 2017

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 oops concept. In this tutorial, I have shared the oops concept with some sample programs.

Object-Oriented PHP with Example for Beginners

17 April, 2017

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 edit the user's information. Here I have used some jquery script for display dynamic record to the form. Let's see deep in the tutorial.


03 April, 2017

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 MySQL interview question with the answer. All the questions and related to PHP and MySQL, Who have less than 3-year experience read the below questions and improve your interview skills.


31 March, 2017

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 this future.


27 March, 2017

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 using Codeigniter Framework.


22 March, 2017

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.

On Page SEO Level Increase Tips

16 March, 2017

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 use security helper. While POST the form data in your controller, You just use xss_clean().



13 March, 2017

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 the page level content. In this section help you to improve the offline page and on page technical level SEO. We have mentioned some key points of content making.

09 March, 2017

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 extension is a set of classes it's allowed to work date and time-related tasks. based oops way we can get calculate working days between two dates, calculate age given date of birth, based on date find between two dates in years months and days.For using this function We can Easily calculate data functions.

14 February, 2017

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 should follow the latest version of SDK V5, It will be more efficient and extend a powerful class. Follow the below script implement facebook latest version SDK.


11 January, 2017

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 photo. For those kinds of websites, I would suggest to you add watermark text in your website's images.

Add watermark text logo to images and save using PHP

23 November, 2016

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 firework animation effect using a jQuery plugin. Your site visitors are bound to be captivated by this dazzling display.