Simply, whats the fundamental difference between $param and ${param} ?
|
feedback
|
|
There is none. It's for echoing a variable immediately followed by a string. For example, if you have $param, but you want to have right after it, "lbs"
Where as
Would look for an incorrect variable name | |||||
feedback
|
