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