hmmm any ideas this has got me stuck.
Printable View
hmmm any ideas this has got me stuck.
ive edited my code again so it has the roomname on line 10 but i need it to output in this format: [test]
this is my code at the moment and it currently outputs as [test
$stringData = "[$lines[10]]";
fwrite($fh, $stringData);