I have a variable that im define with another variable and some text.
$title = "New Amsbrook School" //demo text
$message = "$title just added, Congrats!";
Echoing of $message returns New just added, Contrats!
Problem is if there is a space in $title, it breaks and doesnt show the rest of the contents.