Magento and other E-commerce social buttons we can used in magento static page
1. http://www.addthis.com/?utm_source=hm&utm_medium=img&utm_content=AT_main_WT&utm_campaign=AT_main
2.http://www.packtpub.com/article/social-media-in-magento
$var1 = 'Welcome to '; $var2 = 'TechInterviews.com';
$var 3 = $var1.$var2;
$var3 = "$var1$var2";
<?php echo 'Welcome ', 'to', ' ', 'TechInterviews!'; ?>
$formatted = ucwords("TECHINTERVIEWS IS COLLECTION OF INTERVIEW QUESTIONS");
print $formatted;