This is a discussion on Operation in an Array within the PHP General forums, part of the PHP Programming Forums category; How can i make an operation like adding variables in an array for example $array[$a+$b]; Thanks Harry...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Harry.De" <harald.mohring@gmx.de> wrote in message
news:20031214113105.50630.qmail@pb1.pair.com... > How can i make an operation like adding variables in an array for example > $array[$a+$b]; You'll have to be more specific. What exactly do you want to do? Add values of an array together? Their keys? Al |