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 Ashraf Gheith  >  Full Payment and Registration  >  index.php  >  Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example how to use it
Class: Full Payment and Registration
Paid subscription user registration system
Author: By
Last change:
Date: 2006-04-29 09:20
Size: 120 bytes
 

Contents

Class file image Download
<?php
session_start
();
require_once (
"class.php");
$display = new registration();
$display->view_registration();
?>