How to store all in a variable instead of echoing everything separately?

Posted by FLX on Stack Overflow See other posts from Stack Overflow or by FLX
Published on 2010-04-19T15:49:29Z Indexed on 2010/04/19 16:03 UTC
Read the original article Hit count: 245

Filed under:
|

Hi, please see: http://pastebin.com/5za3uCi1

I'm quite new to php and I'm editing the ventrilo status script. What I'd like it to do is that it stores everything in one big variable for easy parsing instead of using separate echo's. Can someone tell me how I can accomplish this?

Thanks,

Dennis

© Stack Overflow or respective owner

Related posts about php

Related posts about variables