Login   Register  
PHP Classes
elePHPant
Icontem

File: HtmlSample.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Tarcísio Xavier Gruppi  >  Image to PHP Standalone Output  >  HtmlSample.php  >  Download  
File: HtmlSample.php
Role: Example script
Content type: text/plain
Description: Exemple of HTML use
Class: Image to PHP Standalone Output
Generate a class to serve a list of images
Author: By
Last change:
Date: 2009-05-25 12:08
Size: 355 bytes
 

Contents

Class file image Download
<?php
require_once("Images.php");
?>
<table>
    <tr>
        <td><img src="<?php echo Images::getInlineCode('docGif'); ?>"/></td>
        <td><pre>&lt;img src="&lt;?php echo Images::getInlineCode('docGif'); ?&gt;"/&gt;</pre></td>
    </tr>
    <tr>
        <td><img src="Images.php?i=folderGif"/></td>
        <td><pre>&lt;img src="Images.php?i=folderGif"/&gt;</pre></td>
    </tr>
</table>