Category: webhosting
September 22, 2014
beginner, code, code library, database, implementation, php, programming languages, sql, web programming, webhosting, wordpress
Suppose you have quite a number of decent posts in your blog and you are wondering that if there is a way to post to twitter/facebook (or other social …
If you want to improve user experience when browsing your website, given that you know the screen resolution they are on, then the following is a quick Javascript solution …
MySQL server stopped due of out of memory exception on Ubuntu VPS As you may know, my three websites are hosted on a VPS starter package from QuickHostUK – …
August 13, 2014
apache server, code, code library, implementation, internet, php, programming languages, SEO, webhosting, wordpress
PHP is a very popular programming language for the web. It is a convenient and powerful, loosely typed programming language that you can pick up and use within a …
We all know, previously, in this post, that we can use shell_exec or exec in PHP to get the output of an external program on the server. So obviously, …