No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: Hmm, without knowing what the problem is that you want to correct it's not easy to help! :D However I can see a few problems: $newFile is not initialized before its use on line 20 gethostbyname can return some inappropriate results these days on some networks its better to query … | |
Re: By turning on output buffering you've just bypassed the problem as output is stored until your script finishes or ob_flush() is called. Somewhere in your script something is been written before you send the header. | |
Re: From what I can see you had actually have a two dimentional array there. Try the following to see what getData is returning [code] <?php print_r($Connection->getData($user)); ?>[/code] |
The End.