Hello,
I am curious if there is a solution for the following in PHP4:
I often echo something to my browser during tests. I often forget to add a
<BR> to the end of the echo command.
Is it possible to use something like a mcro in C++ to have a command I can
use like echo but which automatically adds the <br> ?
Or is there a command that does that for me ?
Alternatively I could write a function of course, but then brackets come in
to play as well.
TIA
Pjotr
I am curious if there is a solution for the following in PHP4:
I often echo something to my browser during tests. I often forget to add a
<BR> to the end of the echo command.
Is it possible to use something like a mcro in C++ to have a command I can
use like echo but which automatically adds the <br> ?
Or is there a command that does that for me ?
Alternatively I could write a function of course, but then brackets come in
to play as well.
TIA
Pjotr
Comment