simple php question??
simple php question??
Out of context: Reply #1
- Started
- Last post
- 13 Responses
- sparker0
echo() is not actually a function (it is a language construct) so you are not required to use parentheses with it. In fact, if you want to pass more than one parameter to echo, you must not enclose the parameters within parentheses.