Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cdhudson

    Variable assignment from variable

    I have two variables $var1 and $var2. The first variable contains the name of a variable that has not been defined: $var1 = '$color'; The second variable contains a value: $var2 = 'green'; I want to assign the value of $var2 to the variable that is stored in $var1. Eg. $color = 'green'...

Part and Inventory Search

Back
Top