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

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


13 April, 2016

Codeigniter SEO Friendly URL Structure

URL structure is one of the most important technique to improve SEO. A good URL structure can help in increasing the website traffic volume. There are many websites on the internet that do not have a proper URL structure, especially in case of shopping carts.

Codeigniter SEO Friendly URL Structure

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

09 March, 2016

Email with customized HTML template using Codeigniter

It's a new topic related to Codeigniter. In this post, I will explain about, how to send an email with a customized HTML template using Codeigniter. You have to set some configuration to send an email in codeigniter library function.

Email with customized HTML template using Codeigniter

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


23 January, 2016

Git Tutorial - Git Configurations #1

There are three levels that the Git stores the configurations. System Level, User Level and Project Level Configurations.

1. System Level Configurations:

This is the largest level of configuration this configuration will apply to the every user of the computer. These are default configurations and can be overwritten.

Git Tutorial - Git Configurations