Green themed website


39-mark-up
39-mark-uptoris-eyes


toris-eyes
toris-eyes


tolingo
tolingo


the-fruit-box
the-fruit-box


sprouter
sprouter


zendesk
zendesk


sproutbox
sproutbox


refresh
refresh


modern-eden
modern-eden


mocapoke
mocapoke


hearthcore
hearthcore


goglamping
goglamping


envato
envato


eco-environments
eco-environments


duplos
duplos


blymp
blymp

Web Development for Beginners

found this nice site good for those who want to be a web developer. 




Quackit teaches beginners how to create websites. 

MySql Data To Excel using php

Use this code to convert your Mysql Query to Excel file

header ('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
header ('Content-Disposition: attachment; filename="filename.xlsx"');
header ('Content-Transfer-Encoding: binary');
header ('Content-Length: '.$fileSize);