10-08-2010, 10:13 PM
|
#3 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 166
Thanks: 0
|
Variable variables: http://php.net/manual/en/language.va...s.variable.php
I'm not sure if you can combine two variables like this
But one variable works
PHP Code:
$var = $num . $get; $$var
__________________
Eric
|
|
|
|