Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things
Showing posts with label Web-tricks. Show all posts
Showing posts with label Web-tricks. Show all posts

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


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.


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

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

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.

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.




13 July, 2016

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. Here I have shared very simple Javascript convert voice to text. Let see the code and live demo.

Add Speech Recognition Search to Your Website

08 June, 2016

Allowing File to Download Only for Subscribed Members Using PHP

Recently i have implemented subscribe to download for facebook login download file. After that I got many request tutorials related with topic script. In this article i have explain about how to allowing file to download only for subscribed members using php and ajax. Follow and implement this logic to your website you will get more subscribe users. If your using google feed burner subscription you have to upload manually website subscriber email list to the database.  

Allowing File to Download Only for Subscribed Members Using PHP

31 May, 2016

Codeigniter Pagination Infinite Scroll Using Ajax and Jquery

In this instructional exercise, I have clarified about Codeigniter Pagination Infinite Scroll Using Ajax and Jquery. The greater part of the well-known site resembles Flipkart ,Facebook,Google+ actualizing this sort of arrangements, Because interminable parchment stack date makes your site extremely easy to understand and To show more substance to the client without exploring to another page.

Codeigniter Pagination Infinite Scroll Using Ajax and Jquery

18 May, 2016

Create Your Own Search Engine using PHP, MySQLi and Ajax

In this post we are going to create our own search engine or search functionality using with PHP, MySQLi and Ajax. This is the updated post of  How To Make A Simple Search Engine Using PHP And MySQLi which i have posted in past. I received lot of positive response feedback for this topic. here I have tried to make search engine like Google.

Basic keyword search like google using php,ajax and mysqli


23 March, 2016

Providing Security to the website forms

Most of the website forms face security issues. Generally the user side faces the most of the issues. Hackers can easily crack through user side validation. This post will give you a clear picture of how to prevent website from server side and user side validation security issues.

Providing Security to the website forms

28 January, 2016

Read Your Gmails Using PHP and IMAP

In this post we will be seeing, how to access gmail inbox via PHP code? We will be using PHP 5 IMAP  function to retrieve the gmail emails. IMAP function is used to open streams to POP3 and NNTP servers.

Retrive Gmails using php and IMAP


12 January, 2016

HTML4 vs HTML5 Page Structure

In this post we will be seeing the difference between html4 and html5, the difference between the elements, tags, page structure, browser support and which one to choose. This post is a lengthier one so it will be divided into two parts, first, we will understand the HTML web page structure then we will move on to the differences.

HTML4 vs HTML5 Page Structure

08 December, 2015

Fetch Random rows records from Database Using Mysqli and PHP

In this tutorial, you will learn various techniques to how to Fetch Random rows records from Database. Using this code you can display random gallery profile, Online examination random questions, multiple choice quiz system. I used following simple query for retrieving random records from database table.

Fetch Random rows records from Database Using Mysqli and PHP

30 November, 2015

Auto Load More Data Dynamically on Page Scroll Using JQuery and PHP

Load More Data Dynamically on Page Scroll. Generally, we use pagination for fetch large database records. But it's boring for website visitors. So my suggestion to use page scroll load more data jquery concept. Most of the website following like facebook, twitter this kind of code. 

Auto Load More Data Dynamically on Page Scroll Using JQuery and PHP

25 November, 2015

Simple Subscribe and Unsubscribe Script in PHP

A newsletter is a regularly distributed publication via email in register subscribe user. In this post, i have explained about How to create simple newsletter subscription script in PHP. Here I have created very simple code to Subscribe and Unsubscribe email user list. 

Simple Subscribe and Unsubscribe Script in PHP

17 November, 2015

Text fade in fade out effect using jquery

Jquery fade in fade out effect. Recently I have used this trick it's very simple. Implement this concept to your website welcome page. Implement this code for your site to attract more visitors. Here I have explained some other fade elements.

Text fade in fade out effect using jquery

05 November, 2015

Share Your Content On WhatsApp Without Using Api

In this post, i have explained about How to share content on WhatsApp without using API. Most of the smartphone user using WhatsApp application. If your content is good they will share with others. You can get many visitors on your website. So adding WhatsApp share button to the website or blog it's a good idea. 

Share Your Content On WhatsApp Without Using Api

04 November, 2015

Facebook like fetch YouTube embed videos from url using PHP and Ajax

Have you shared YouTube video URL in facebook timeline  while typing the link YouTube video will preview the timeline. I had developed Facebook like fetch YouTube embed videos from URL using PHP and Ajax with a live demo. 

Facebook like fetch YouTube embed videos from url using PHP and Ajax