PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of sandosh   Flash Img   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: example
Class: Flash Img
Display images loading with a progress bar
Author: By
Last change:
Date: 18 years ago
Size: 328 bytes
 

Contents

Class file image Download
<?
include("images.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Example</title>
</head>

<body>
<?

$img
->displayImg("sandosh");
?>
</body>
</html>