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

10 July, 2014

Import CSV File Data Into Database Using PHP

Import CSV File Data Into Database Using PHP sometime large amount Database data not possibe to insert into at a time. Ex; E-commerce site add all product list.  that's why use to  CSV file import code . just create  Excel document enter your data save CSV format after that import to database.

07 July, 2014

Facebook style photo comment system

 Facebook style photo comment. Here i have use normal light box pop window. inside the box i have design similar like facebook design. follow this code you can learn facebook style photo comments system.

03 June, 2014

How to Make a Simple Search Engine using PHP and MySQLi

In this tutorial, I have created small search engine by using PHP and MySQLi. this search engine searches to user date into the database. similar like google search engine. it will check matched keywords to the table title,description,website URL. Recently i have create updated search engine tutorial.

How to Make a Simple Search Engine using PHP and MySQLi

15 May, 2014

phpmyadmin sql query builder

In order to access the data from a database at the front end, programmers are querying using SQL. Most of the programmers are following their own style of coding. There is a better way of doing it using phpmyadmin sql builder. They can use the inbuilt sql builder in phpMyadmin which can fetch the data from you localhost server.

14 May, 2014

Facebook Style Drop Down Log out Menu

i have tried to facebook style drop down menu list. i used some few line simple jquery function. click down arrow drop down menu list display here i use div show and hide based on jquery code. i make some own css to designed the drop down menu.

18 March, 2014

Facebook style login system using Mysqli and CSS

Facebook style login system. Facebook provide login username accepted by 3(username,email,phone number) types, its very simple concept, just we written sql query to check whether that data is there or not to the database.

Facebook style login system using Mysqli and CSS