-
CoderZone Programming Community - Index
CoderZone Programming Community - PHP snippets, HTML, CSS, JavaScript, XML, ASP, SQL, VBScript, References and Examples
-
CoderZone Sandbox: CSS Color Names
CoderZone Sandbox: CSS Color Names Back to Sandbox
CSS colors are defined using a hexadecimal notation for the combination of Red, Green, and Blue color values (RGB). The lowest value that can be ...
-
Category: JavaScript
Another Good Email Validator - Easily check to see if an email is "legal".
Anti_Bot Form Code - In this example, the action of the form is not set until the user clicks on submit. I beli...
Attac...
-
Category: Oracle PL/SQL
Create Function - Some examples of user-created functions.
Create Operator - Similar to built-in operators, a user-defined operator may support arguments of different typ...
Create Package - A sa...
-
CoderZone SQL Sandbox
If you don't know where to begin, type "
show tables" (without the quotes) into the SQL window and press the Execute button. There are also some "canned" queries available in the "Bookmarked SQL" drop...
-
Category: PHP Code
FTP via PHP - A lot of people have asked for VERY simple FTP functionality with PHP, so here it is.
This clas...
GD barchart demo - This GD barchart demo will display a bar chart based on random ...