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
~319 People Reached
About Me

PHP Developer that enjoys to learn and program is many different languages

Interests
Programming, Animals, Skating
PC Specs
i5-2400M @ 2.50GHz 16GB RAM
Favorite Forums
Favorite Tags
php x 4
Member Avatar for SC7639

Hi, I'm Scott a PHP Developer in the UK, I also use some C++ and C# and know some python. I joined to get some thoughts from a comunity of developers that maybe able to help and I can help in return.

Member Avatar for webmastersprice
0
48
Member Avatar for SC7639

When creating and downloading a CSV from a database call using: putcsv, header and php outstream (php://output). // Output headers header("Content-Type: text/csv; charset=utf8"); header("Content-Disposition: attachment; filename=" . $_REQUEST['filename']); // Create a file pointer to the output stream $output = fopen('php://output', 'w'); // Output the column headings fputcsv($output, $columnNames); // For …

Member Avatar for ziaurehman
0
271