I wish to allow a user to login to their MySQL database. Their username and end of the SQL database is the same, however each Database name starts with;
linkycra_[username]
I’m attempting to use defined variables in connecting to the SQL.
It would work with a comma in an echo – however obviously, commas cannot be used in this format.
Use the concatenation operator.