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.
Showing posts with label Mysqli. Show all posts
Showing posts with label Mysqli. Show all posts
03 June, 2014
18 March, 2014
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.
05 September, 2013
20 August, 2013
15 August, 2013
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.