Thread: Changable value
View Single Post
Old 10-08-2010, 10:13 PM   #3 (permalink)
wGEric
The Acquainted
 
wGEric's Avatar
 
Join Date: Nov 2007
Posts: 166
Thanks: 0
wGEric is on a distinguished road
Default

Variable variables: http://php.net/manual/en/language.va...s.variable.php

I'm not sure if you can combine two variables like this

PHP Code:
${$num $get
But one variable works

PHP Code:
$var $num $get;
$
$var 
__________________
Eric
wGEric is offline  
Reply With Quote