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

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

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

04 March, 2014

Multiple image upload concept using php & mysql

In this tutorial, We are going to see How to upload multiple images using PHP and MySQL. Sometimes we need to allow user upload multiple images in the database. Once the user has uploaded multiple images we must need to provide image edit, delete option. Previously  I have used to stored all the images name in single table column for using implode() and explode() function. Later I'm facing issues on to delete or modified particular uploaded images.  

multiple image upload using php and mysql

05 September, 2013

Newsletter subscription in php

This post I explain about news letter subscription. This code related on  feed burner concept, Once user register they mail id in server when admin posted on any message. its send superscribe user.  

20 August, 2013

Simple comments form using in php

This concept based on post comments to display on below page. its like feedback comments form method. users visit our website to give the feedback or comments to directly show on other users coding using on php and mysqli just post the comments to store in database to fetch on directly.

15 August, 2013

How to create Dynamic Menu using php and mysqli

This post concept on how to Make dynamic CSS menu or Auto generate menu. its nothing but normally make CSS menu concept just fetch menu name to the database using php and mysqli query. this concept most using on most of the admin panel websites and WordPress websites .

14 August, 2013

Email subscription concept using php and mysqli

This concept user can register our email id to the particular site. for the purpose of when the site administrator post on any messages or updates its directly send the email on subscribe users. coding function used on when user can be register our email id in website form its post and store to the database.

email subscription img