thumbelina
Programmer
ok here's what i'm trying to do. i have 2 text boxes that go in variables $firstname and $lastname, and for format reasons i want to then join these 2 into one variable, as in: $name = $firstname$lastname only that's not the proper syntax, and i can't find out what the proper syntax is. but i know this can be done.