select substring(n_text,1, 30) || substring(substring(n_text, 31, 15), '[^ ]*') || ' ...' as n_text from texts 3 sie 2010
select substring(n_text,1, 30) || substring(substring(n_text, 31, 15), '[^ ]*') || ' ...' as n_text from texts <input type="text" id="from" value="Ciechanów" onblur="inp_blur(this)"/></p>function inp_blur(field){
if (field.value == ''){
field.value = field.defaultValue;
field.style.color='#93999e';
}else{
field.style.color='#000';
}
} UPDATE users
SET pass = users2.pass
FROM users2
WHERE users.id = users2.id; <input value="mapa Lublin" id="mapa" onClick="this.select()"> $get['year']='2010';
$get['year']='02';
$arr_month_days = array(0,31,28,31,30,31,30,31,31,30,31,30,31);
$month_days=$arr_month_days[(int)$get['month']];
if($get['month']==2 && date('L',strtotime($get['year'].'-'.$get['month']))) {
$month_days=29;
}