Login   Register  
PHP Classes
elePHPant
Icontem

File: modules/sample1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ben Yacoub Hatem  >  Gonx URLs  >  modules/sample1.php  >  Download  
File: modules/sample1.php
Role: Example script
Content type: text/plain
Description: Sample usage of the class
Class: Gonx URLs
Generate and process search engine friendly URL
Author: By
Last change:
Date: 2004-04-24 03:38
Size: 167 bytes
 

Contents

Class file image Download
<?php

echo urls::create(array("go"=>"news","page"=>"1"),$GonxAdmin["urls"]);

echo 
urls::create(array("go"=>"getnews","newsid"=>"$m"),$GonxAdmin["urls"]);


?>