Let's say I a variable called $var1 and it's values is "one" ...I want to access them by doing something like this...
$i = 1; if ("var".$i == "one") echo "Hello!"; ...I want the combination of "var" and $i to equal $var1 How do I do this?? The code I just wrote will not print out "Hello!" THANKS!!!!!!! Phil