PHP Classes

File: example/start.php

Recommend this page to a friend!
  Classes of Samuel Adeshina   TeXML   example/start.php   Download  
File: example/start.php
Role: Example script
Content type: text/plain
Description: A test file
Class: TeXML
Create and evaluate online questionnaire tests
Author: By
Last change: Merge branch 'master' of https://github.com/Samshal/TeXML
Date: 8 years ago
Size: 127 bytes
 

Contents

Class file image Download
<?php
   
require_once("../src/TeXML.php");


   
$texml = new TeXML();

   
$texml->StartTest("PHP");
   
header("Location: test.php");
?>