Tag: implementation
August 16, 2014
excel, http, implementation, Office, php, programming languages, VBA, vbscript, web programming, windows, windows scripting host
The excel spread sheet is a powerful Office tool developed by Microsoft. The latest Excel supports maximum 1,048,576 rows by 16,384 columns, which i believe you will never ever …
You often need to pass/keep variables from pages to pages when you design the website. For example, when you display records in a table, you want the users be …
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 …
This article provides some Javascript functions for common financial calculations. It can be easily adapted to other programming languages as well, because the formulas themselves are not complex at …
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, …