Re: create file and write content in same code block



Ok, I see what you mean. Originally I thought because fopen($fileName,
'w'); was assigned to $handle , it wouldn't be executed until $handle
was called in fwrite($handle, ...

Thanks for pointing that out :)
.