<?php
// This example generates table with web-safe color in in each cell.
// To see it in work go to http://exper.ural.ru/t-wiz.phtml - table generation wizard
$onepix = ""; // place path to 1x1 transparent gif here. if you have no one then go to http://exper.ural.ru/ and grab it
echo "<TABLE BORDER=0>\n";
for ($b = 0; $b <= 255; $b+=51) {
$r = 0;
while ($r <= 255) {
echo "<TR>\n";
for ($i = 0; $i <= 2; $i++) {
for ($g = 0; $g <= 255; $g+=51) {
$rh = (($r<=15) ? "0" : "") . sprintf("%x",$r);
$gh = (($g<=15) ? "0" : "") . sprintf("%x",$g);
$bh = (($b<=15) ? "0" : "") . sprintf("%x",$b);
echo "<TD BGCOLOR=#$rh$gh$bh><IMG SRC='$onepix' WIDTH=12 HEIGHT=12 BORDER=0></TD>\n";
}
$r += 51;
}
echo "</TR>\n";
}
}
echo "</TABLE>\n";
?>
Query2Report : Generating Html, Pdf and Csv Reports from SQL Query Categories : PHP , PHP , HTML , PDF , Excel Display Slashdot headers on your own site Categories : HTML and PHP , HTML , PHP Form is a utility class for generating html forms. It provides form initialization and regex based data validation (both server and client side) with a convenient interface. This version obsoletes version 1.0a Categories : HTML , PHP , PHP Classes , Regexps class formHTML build your HTML Forms from PHP Categories : PHP , PHP Classes , HTML and PHP , HTML A simple class with some HTML output functions that would come in handy for consistent page layout etc. Categories : PHP , PHP Classes , HTML and PHP , HTML , Navigation Automatic generation of HTML code for a table. OO interface. Can define colspan, rowspan, table style, cell style, and data style. Simple, but
effective. Categories : PHP , PHP Classes , HTML , HTML and PHP Script to check values being submitted by POST or GET method from a form. This script may help diagnose what variables are being supplied by a browser to other php scripts. Categories : HTML , Variables , Debugging , PHP , HTTP color codes for positive and negative numbers Categories : PHP , MySQL , Databases , HTML Formit 1.0. PHP Very easy to implement form-template(s) to email script.
Works with multiple templates and HTML-format email. Only one file! Categories : PHP , Email , HTML This script shows you the 7th latest php items from the mailing list archive on zend.com Categories : HTML , HTML and PHP , HTTP , PHP Take multiple text files and do simple formatting on them and add them to a webpage Categories : HTML , Filesystem , PHP Snipe.Net's Web Design Color Scheme Previewer- Allows uses to input hex
codes for their text, background, and link colors, and preview the color
scheme with their background image. Example:
http://www.snipe.net/tech/snipeschool/hex.php3 Categories : PHP , HTML and PHP , General , Graphics , HTML webcam cam view image ispy browser independant Categories : Graphics , HTML , HTML and PHP , PHP A widget for presenting color options in a drop down menu Categories : HTML , PHP The first step Guest Book ... ^^ Categories : MySQL , PHP , Apache , HTML , HTTP