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

25 July, 2016

Codeigniter User Registration and Login Script

Today we are going to learn about how to create simple user registration, login script with the session. Here I have created a simple users register,login, and logout module coding. For form validation,email validation,session validations i have used CodeIgniter validation libraries functions.

Codeigniter User Registration and Login Script

13 July, 2016

Add Speech Recognition Search to Your Website

Today we are going to see about How to add speech recognition (google voice search) to your website. Nowadays most of the people are using speech recognition search engine, especially mobile phone website viewers. Try this code and implement your website. Here I have shared very simple Javascript convert voice to text. Let see the code and live demo.

Add Speech Recognition Search to Your Website

07 July, 2016

Codeigniter ajax check email availability using jquery

Codeigniter ajax check unique email availability using jquery it's very simple script. For checking the unique email id or username CodeIgniter have default validation function. it will check ajax controller response whether that email id exists or not to the particular table column. let see the code for that.


28 June, 2016

Codeigniter Ajax Registration Form with Validation

In this tutorials, I have explained about how to create a simple ajax registration form with server-side validation. To validating the form I have used Codeigniter Form validation library. The validation library you can easily set custom rule, success, error messages.

Codeigniter Ajax Registration Form with Validation


20 June, 2016

Codeigniter Ajax Call Request Controller Function

CodeIgniter Ajax Call Request Controller Function is very simple tutorial, I am assuming that you already know how to use Ajax and call functions. In this article you'll learn how to use Ajax calls within your CodeIgniter controller functions. Here i have used jquery function to post and get the data response from the controller.

Codeigniter Ajax Call Request Controller Function

08 June, 2016

Allowing File to Download Only for Subscribed Members Using PHP

Recently i have implemented subscribe to download for facebook login download file. After that I got many request tutorials related with topic script. In this article i have explain about how to allowing file to download only for subscribed members using php and ajax. Follow and implement this logic to your website you will get more subscribe users. If your using google feed burner subscription you have to upload manually website subscriber email list to the database.  

Allowing File to Download Only for Subscribed Members Using PHP