PHP Classes

File: index.php

Recommend this page to a friend!
  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: 17 years ago
Size: 120 bytes
 

Contents

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