Knowledgebase
You are here: Support > Knowledgebase > Programming
The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Articles
.htaccess Redirection
Page redirection is frequently needed when launching a new website, and this can be...
Views: 1052
|
cURL Code Sample (PHP)
cURL is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP,...
Views: 1167
|
Disable PHP Error Reporting
PHP error_reporting is very useful when development, but shouldn't be enabled in production...
Views: 618
|
Get Current Filename (PHP)
Quite often we need to get current filename. This can be done easily with below code snippet:...
Views: 764
|
How to Dynamically Add an Element in Dropdown Menu (Javascript)
function AddItem(text, value){ var opt = document.createElement('option'); opt.text =...
Views: 207
|
How to Focus or Blur a TinyMCE Textarea (Javascript)
tinyMCE.execCommand('mceFocus', true, 'textarea1')
tinyMCE.execCommand('mceFocus', false,...
Views: 229
|
Javascript Button Redirection
<input type="button" value="go" onclick="document.location =...
Views: 664
|
PHP register_global Work-Around
PHP6 is going to remove the parameter of register_global. Below is an effective workaround....
Views: 773
|
Reduce Bandwidth by using PHP Gzip
Most webpages are sending to users using an uncompressed form. Actually PHP includes...
Views: 1091
|
Powered by WHMCompleteSolution
|