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

10 July, 2013

Change Password PHP and Mysqli Script

Hi guys, Today we are going to discuss how to change the password using PHP and MySQLi script. Change password is an important feature for a web application. A registered user can able to change they are old password anytime. It makes a user protect the sensitive pages from hackers.

Change Password PHP and Mysqli Script

09 July, 2013

Password Encryption function in php

This article is about how to password encrypt method . For an overview of cryptography technology encryption function password plain-text convert cipher-text this is use of hackers cannot read our given password. the password convert to md5 algorithm this usually needs a key-generation algorithm to randomly produce keys through to store database.

password encrption

06 July, 2013

Make simple page counter using php and mysql

A hit counter or a page counter counts the number of people that visit your page. If you have created a new website you might be interested how many people are visiting. so try this simple method count how many people visit on your website. this coding make MySQL update query using in php.




02 July, 2013

To check whether an email id exists or not in database using PHP

This post is used to check  whether an email id exists or not in database using PHP. If the email id already exist an alert message will be shown below. And if the Email Id is not available in the database then  it will automatically store in the database. This concept is designed using if  else statement and method to fetch and check number of rows in the database.


check mail

01 July, 2013

Array / object using fetch query in php oops concept

Object Oriented Programming, or OPP  refers to the method of programming that invokes the use of classes to organize the data and structure of an application. object function code easy to fetch in database most of the programmer using oops principals. why because oops method easy to handle the coding very simple functions. 


29 June, 2013

Post Database values one table to another table

Database value one table values move another table using mysql query . table value get through the id create temp table and move the id value in temp table just insert coding using call the two table value fetch and post
to the another table.


25 May, 2013

form action value move another form in php

This concept mostly used in multiple form value insert in Database. the first form value post the action and get other form . just give the form value in action page try this coding


form

22 May, 2013

Hidden username mobile number using sub string Method

This concept make in username and password hidden in  user command an our website like classified website Ads so try this simple JavaScript hidden particular area name and mobile number.


command

JavaScript 


using this script in our body tag  edit our String and text var str="karthicktech77@gmail.com" and change the values sub string (0,3) or (1,4) in script