This article explores HTML webforms and specifically the submit button in terms of changing the name, id and value. We explore Submit Button Changing Name Examples. Example 1: Simple form tags and a frugal submit input <form> <input type=”submit” /> </form> Result 1: Submit label is ‘Submit’, Default action is to do a Get. Example […]
Author: me
PHP echo does not work on Server to Test
So you are trying to test a solo PHP script on a webserver and it is not working? It is not printing anything at all. Here is a checklist to help you sort it out: 1. Make sure your server supports PHP 2. Make sure the PHP module is enabled 3. Make sure the script […]
This tutorial will teach you to: Setup the Best Remote Desktop Client Windows to Linux Tutorial Gentoo and Debian. More elegantly, I will walk you through the process of setting up tightVNC on your windows, debian or gentoo computers and/or servers. I have chosen tightVNC simply because it is the best I have found and […]
Copying to External Drive not working KDE If your external drive is of the NTFS filesystem: Sometimes a native linux install does not have the drivers to write to an external drive of the NTFS filesystem. When you try to copy to an external hard drive with dolphin in KDE; it will give you a […]
$PATH variable sometimes different
Recently I had a problem with one of the utilities I use giving a command not found bash error. It was unfathomable as just yesterday it had worked, but today it didn’t. When I checked the $PATH variable, the folder with the binary of the command I was calling was not present. I then had […]