SideBar Floating Share Buttons Code End
Related Articles
Simple Alert Box on Windows Using VBScript
Copy below code in a notepad and save it as alert.vbs (as all files) X=Msgbox(“Your system is Hacked! Please Contact IT Support Immediately.”,0+3,”Alert!”) Now run alert.vbs to show alert box on your windows machine. Change 0+3 to 0+16 to show different alert box.
5 Free Web Hosting Providers With Linux PHP and Mysql
Below are the Top Best 5 Free Web Hosting Providers With Linux PHP and Mysql along with Cpanel systems. Free Web Hosting Websites Contents show 1. Free Web Hosting Websites 2. Best Free Web hosting Sites 1. 000WebHost 000WebHost.com provides one of the most reliable and feature-rich web hosting service without advertising. All accounts come […]
How to Get MySql Query Result as an Email
If you are working on a big mysql query and want to get the mysql query as email when it finishes use the below trick. Go to mysql command:Set pager directive: mysql> pager mail -s “subject” emailme@domain.comPAGER set to ‘mail’ -s “subject” emailme@domain.com The trick uses pager directive to redirect the query output result to […]