PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Eugene Panin   Custom URL   index.php   Download  
File: index.php
Role: ???
Content type: text/plain
Description: Usage example
Class: Custom URL
Author: By
Last change:
Date: 22 years ago
Size: 362 bytes
 

Contents

Class file image Download
<html> <body> <? error_reporting(63); require 'urllib.php'; $url = new custUrl($PHP_SELF); $url->setKey('key1','the word in ruissian: русский'); $url->setKey('key2',2); #$url->dropKey('key1'); #echo $ulr->asString()."<br>"; echo $url->asHtml('test')."<br>"; echo "Key 'key2' is equal to ".$url->getKey('key2')."<br>"; ?> </body> </html>