Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of mohamad Reza kavoosi  >  Rewrite URL  >  index.php  >  Download  
File: index.php
Role: Example script
Content type: text/plain
Description: index file
Class: Rewrite URL
Extract parameters from URL patterns
Author: By
Last change:
Date: 2012-02-05 23:20
Size: 105 bytes
 

Contents

Class file image Download
<?php

require_once 'ReWriteRule.php';

$url=new ReWriteRule();
$url->Rewrite();

var_dump($_GET);