Options

How to Insert new Option in Select Tag Dynamically in JavaScript

Submitted by razormist on
How to Insert new Option in Select Tag Dynamically in JavaScript - A simple JavaScript program that can dynamically insert new options in select tag element. This tutorial will show you the simplest way to dynamically new options for your html select tag. JavaScript Free Tutorial.

PHP Security (Form, Password Encryption, Fake Options)

Submitted by Yorkiebar on
Introduction: This tutorial will cover adding security in to your forms with PHP/HTML. Pre-creation: I am going to be using my login form as an example for this page, you can find my tutorial on a login form here; Login Form Tutorial. What security flaws are there? Whenever a user enters data in to your web forms the data gets processed as it is, and as such, needs the creator to add in security checks.