textfield unchanged

Posted on 16th Feb 2014 by admin

hi,
i want my form to know whether its textbox is unchange or not.

if($textbox == 'unchanged'){
//do this
}else{
//do this
}

ive been searching all day , but cant find the exact solutions...

Other forums