lukelukeluke
Technical User
hi,
I have a question about php variables:
Here are my 3 variables:
$var1 = "hello World";
$var2 = "Hello Earth";
$var3 = "var1";
Now, I would like to output "Hello World" using var3,
and also "Hello Earth" when changing $var3 = "var2";
Someone knows how this is possible?
Webmaster of knowledgebase for IT knowledge.
I have a question about php variables:
Here are my 3 variables:
$var1 = "hello World";
$var2 = "Hello Earth";
$var3 = "var1";
Now, I would like to output "Hello World" using var3,
and also "Hello Earth" when changing $var3 = "var2";
Someone knows how this is possible?
Webmaster of knowledgebase for IT knowledge.