PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Bharat Parmar   PHP Tiny URL   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example Script
Class: PHP Tiny URL
Create short URLs storing them in a MySQL database
Author: By
Last change:
Date: 7 years ago
Size: 72 bytes
 

Contents

Class file image Download
<?php
@include("class/tinyurl.class.php");
$TinyURL = new TinyURL();
?>