PHP Classes

File: header.php

Recommend this page to a friend!
  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: 15 years ago
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>