10-08-2010, 09:42 PM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Feb 2008
Posts: 107
Thanks: 3
|
Changable value
hey I've little question;
PHP Code:
$get = $_REQUEST['NUMBER']; $num."".$get = "blbla";
echo $num3;
// should echo blbla
I have to echo the changable value name. But its not correct. How do you think I can get it in correct way ?
|
|
|