Login   Register  
PHP Classes
elePHPant
Icontem

File: header.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Igor Herson Aquino de França  >  Url short URL dynamic  >  header.php  >  Download  
File: header.php
Role: Example script
Content type: text/plain
Description: test script
Class: Url short URL dynamic
Create and redirect URL shortcuts
Author: By
Last change:
Date: 2008-09-18 09:33
Size: 247 bytes
 

Contents

Class file image Download
<?php
require('miniUrl.php');
$tinyurl = new miniUrl();
$tinyurl->header();
 
?>
<p align="center">Original Adress: <a href="<?php echo $tinyurl->destiny;?>" target="_top"><?php echo $tinyurl->destiny?></a> <<-- Click to remove frame</p>