Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
Ranked #3K
~701 People Reached
Favorite Forums
Favorite Tags
php x 4

3 Posted Topics

Member Avatar for PhilEaton

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 …

Member Avatar for sithembisophp
0
200
Member Avatar for QWaz

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.

Member Avatar for QWaz
0
361
Member Avatar for newprimitive

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]

Member Avatar for newprimitive
0
140

The End.