Ok i need to create variables on the go, here is the situation:
I get a value from $row[name], lets say "title".
And i get a value from $row[value], lets say "home".
I need to make $title_temp = "home";
I need the "_temp" bit just incase of interfearence from other variables etc.
Can this be done?
Thanks A Lot,
- Martyn Pittuck