Tag: php
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, …
You might often get advices on improving SEO (Search Engine Optimisation) by adding links to your previous posts when you publish a new post. This helps to increase the …
The Raspberry PI (so far, three models, A, B and B Plus) is a credit-card size tiny full functional PC that runs Linux (e.g. Raspbian). I have introduced the …
I think you may have some common code to write for most of the PHP pages. So instead of keep a copy at each PHP file, it is better …