Kiểm tra là 1 xâu là chỉ gồm chữ hoặc số in JAVASCRIPT

function isAlphabetNumber($st){
if (ereg('^[a-z|A-Z|0-9]+$', $st)){
return 1;
}else{
return 0;
}
}

Nhận xét

Bài đăng phổ biến từ blog này

Here you must distinguish between the several partitions

xajax dhtmlHistory-Extension (Bookmark and Backbutton)

Model-View-Controller Component - Part 2 - Adding a Model