Code: Select all
cout << "This is a line; this is still the same line"
"but we can go to this line and write something"
"as so with this line, and so on...";
I was wondering if something like that was available with PHP ( using echo, printf, whatever ). Thanks
Will