codehaven - php snippets - coding help
Generic filters
Exact matches only

Dynamic variable iteration – change var on fly

4th July 2014

Php - Loops

php codehaven

This starts by adding first result to client1 then adds to client2 and client3. The variable name is changing easch time due to count set on $m.
The variable name is set using braces ${client.$m}

Was this code snippet helpful?