I´m creating a password-check using a password stored in a database. I would like to create this password automaticly from 2 strings, i.e.
$string1="123"
$string2="abc"
Which command attaches the second string to the first so that
$string3="123abc" ?
THX