Posts tagged 'interesting topics'
0 comments / July 07, 2015
Create dynamic variables name in php
We can dynamically create a variable name based on the other variable value! It is a concept called PHP Variable variables. It might be useful at certain cases, lets see how we do it.