hello, i want to make a string into a variable ,lets say i have a form, in $name (text field name) i typed john, so, now $name = "john".
How can i turn it into a variable? i think it should be smth like this $$name but doesn't work, it says: Incorrect syntax near 'j'.

