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

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.