Hi friends,
I have a question that Can echo in php accept more than 1 parameter?
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Dec 27, 2011, 12:57 PM
If you want to pass more than one parameter to echo() Function, the parameters must not be enclosed within parentheses.Using parentheses will generate a parse error.
Thanks