|
|
|
<?
// Browser independant display of Ispy Webcam image using PHP3 (version 2)
echo "<HTML>";
echo "<TITLE>WebCam Live !</TITLE>";
echo "<HEAD>";
echo "<meta http-equiv=\"Pragma\" content=\"no-cache\">";
echo "<meta http-equiv=\"expires\" content=\"01 Jan 1970\">";
echo "<meta http-equiv=\"Refresh\" Content=\"60\">";
echo "</HEAD>";
echo "<BODY BGCOLOR=\"lightgrey\">";
$CamFile = "/webcam/ispy.jpg";
$TimeStamp = (date( "His" ));
echo "<img src=\"$CamFile?$TimeStamp\">";
echo "<hr><A HREF=\"$PHP_SELF\"><FONT SIZE=\"-1\">Reload NOW</A>";
echo "<br><A HREF=\"/WebcamHist.php3\" TARGET=\"new\"><FONT SIZE=\"-1\">Last
4</FONT></A>";
echo "</BODY>";
echo "</HTML>";
?>
|
|
| 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 | | | 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 | | | Display Slashdot headers on your own site Categories : HTML and PHP, HTML, PHP | | | Random Image Display Categories : PHP, Filesystem, Graphics, HTML and PHP | | | Functions for loading images into a MySQL database and displaying them. Categories : Graphics, HTML and PHP, MySQL, PHP, Databases | | | Creating thumbnails from MySQL Blobs online Categories : PHP, MySQL, Graphics, HTML and PHP, Databases | | | How to preset a text string in a textarea input field Categories : HTML, HTML and PHP, PHP, Beginner Guides | | | Upload images restricted by pixel size (Picture width and Picture Height) Categories : PHP, HTML and PHP, Graphics | | | 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 | | | This script shows you the 7th latest php items from the mailing list archive on zend.com Categories : HTML, HTML and PHP, HTTP, PHP | | | GonxTabs : Create elegant HTML tabs based interface Categories : Navigation, HTML, HTML and PHP, PHP | | | class formHTML build your HTML Forms from PHP Categories : PHP, PHP Classes, HTML and PHP, HTML | | | Barcodes On The Fly With GD Categories : Ecommerce, Graphics, HTML and PHP, PHP | | | PHPixel - output of 1 pixel transparent/colored gif for counters etc. Categories : PHP, Graphics, HTML and PHP | | | Simple PHP/3 Access Counter (using GD and DBM functions) Categories : Databases, PHP, Graphics, HTML and PHP, dBase | |
|
|
|