Instead of using several unique variables to store information, you can use an array variable. The elements in an array variable are numbered, starting with zero. The number (index) of an element is inside square brackets.
Example 12 $phonenumber[0] = "031-90510";
$phonenumber[1] = "020-222222";
$phonenumber[2] = "031-183413";
OpenText StreamServe 5.6 | Updated: 2013-03-01 |