PHP Classes

File: view.php

Recommend this page to a friend!
  Classes of Charly Pache   VRML   view.php   Download  
File: view.php
Role: Sample output
Content type: text/plain
Description: File to have a look at the result
Class: VRML
Provides basic classes to generate VRML files
Author: By
Last change: Author
Date: 21 years ago
Size: 527 bytes
 

Contents

Class file image Download
<?php // +----------------------------------------------------------------------+ // | Author: Charly Pache <3d@pache.ch> | // +----------------------------------------------------------------------+ $page .= "<EMBED SRC=test.wrl align=center height=100% width=100% hspace=0 vspace=0 border=1></EMBED>"; $page .= "If needed, download the necessary plug-in here : <a href=http://www.karmanaut.com/cosmo/player/ target=_blank>http://www.karmanaut.com/cosmo/player/</a>"; echo $page; ?>