In: PHP
24 Feb 2010What is an Array?
An array is a data structure that stores one or more values in a single value. A variable can store only one data in memory. When we need to store more than one values we use Array to store data. Array understand data by its index. It’s a collection of elements having [...]
In: JavaScript
8 Feb 2010Today I am going to show some simple JavaScripts Which will allow user to enter only number in a textfield of your form. It will help you to restrict entering any other character besides numbers inside the text input field. The First Method allow you to validate a phone number which will allow user to [...]
