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

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

13 March, 2014

PHP age calculator script

Find your age using PHP age calculator script. This code easy find your age and calculate total no.of days . try this simple coding make your own age calculator.

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

03 March, 2014

PHP implode and explode concept

This concept based on multiple value to store on array function. its post to the database after that value fetch explode mode. previously fetch the value on array function but unlimited array value not possible to fetch array function. so follow this to learn about foreach mode fetch array function.


explode

27 February, 2014

Simple Human verification code in php

This article related on Human verification code (CAPTCHA). its check to the requiring little human maintenance or intervention in administering the test. CAPTCHA must be taken to correctly identify each character after to submit form value post on database.

random

13 February, 2014

PDO Form value inserting into Database

previously  i posted on PDO basic tutorials so now i create small form using insert and update query in PDO. it's best helpful for Beginners to learn something about  PDO.

12 February, 2014

PDO Basic insert,view,update,delete function

Nowadays Most of them using Mysql query but  MySQL is old extension officially deprecated. After improve the code to induce on Mysqli and PDO function. follow this tutorials learn how to insert,view and update query using PDO.

http://www.mostlikers.com/2014/02/pdo-tutorials.html

07 February, 2014

Dynamic menu with sub-menu using php and mysql

Recently I have posted how to create dynamic menu concept. But my readers asking me for the sub menu. Here I have explained How to implement Parent menu and unlimited child menu using php and MySQLi.

sub_menu

06 February, 2014

PHP Email and mobile number validation script

In this post, i have explained about how to validate the email address and mobile number in server side. Usually, we use form validation scripts. It will work only client side,  But we need to check the form values in server side.

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.  

04 September, 2013

Gmail style chat user display online and offline concept

This post i explain about  Gmail style chat user display online and offline concept . basically identify the chat user stay on online blink the green icon after user go on offline display the gray icon. so that concept i will explain this post just value pass in session using if and else statement to display the icon.

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

09 August, 2013

Random Number generator in php

Generally the Random number is used for some authentication purpose.In most of the websites like gmail ,just dial the users while login the security code will be send to the mobile for the secure purpose.

random-number-generator

08 August, 2013

Send Email concept using in php

In this  post discussed about how to send a email on form post value using php code. Normally the values posted in the form can be send through the particular email address. Based on this concept the feedback form and comments and queries can be posted. 

Email-img

31 July, 2013

PHP MySqli Basic usage (select, insert & update)

Mysqli is a database system used on the web its runs on a server side. Mysql query used to transaction the client data to store the server table. This is sort database storage it’s not possible millions of people access database so PHP team announced plans to deprecate MySQL extension alternatives on introduce Mysqli - "i" is standing improvement its based object oriented implementation.  MySQLi supports prepared statements, transactions and multiple statements. 

PHP MySqli Basic usage (select, insert & update)

29 July, 2013

php simple login script

This coding I explain about login concept from user side. User give the correct username its post through the database to check available user allowed and pass the value in session else field display on login error msg. coding make on php and mysql querys.

login

20 July, 2013

pagination concept in php

This post concept based on pagination its simplify to view count the number of the database value make paging method simple to access first last database values . I make the company employee status using pagination concept just try and download this coding.

pagination

View code         Download

18 July, 2013

Password reset concept in php

This concept based on login user reset forget password. Sometime use forget the login password  that time user send  request through  admin .the admin generate some authentication code send email on request user email id . The user can get the authentication code and again login to provide new password. So I went to work on making a simple php code it was easy to generate authentication code and send email to login user easily reset password.