[PHP-DB] Help needed

2008-05-11 Thread Velen
Hi, I'm testing a program and I need you assistance. Please unzip the file at http://www.biz-mu.com/PCID.zip and run the program. It will display an ID, please mail me back the ID. If you can use it on several computers, it will be even better for me, I need to have as much results as possi

Re: [PHP-DB] input field validation

2008-05-11 Thread Yves Sucaet
Allow me to point out that this is not database-related... This website should get you everything you want: http://www.acmesoffware.com/acme/ExamplesJS/jsExm_ValidateInteger.asp HTH, Yves - Original Message - From: "arafat uddin" <[EMAIL PROTECTED]> To: Sent: Sunday, May 11, 2008 12

Re: [PHP-DB] input field validation

2008-05-11 Thread sahabettin akca
hi, *javascript function : function isNumber(obj) { var len = obj.value.length; var lastChar = obj.value.charAt(len-1); if( lastChar != '0' && lastChar != '1' && lastChar != '2' && lastChar != '3' && lastChar != '4' && lastChar != '5' && lastChar != '6' && lastC