PHP Classes

File: feed.php

Recommend this page to a friend!
  Classes of Daniel   feedback.class.php   feed.php   Download  
File: feed.php
Role: Unit test script
Content type: text/plain
Description: to launch the class
Class: feedback.class.php
Allows visitors to give feedback
Author: By
Last change:
Date: 20 years ago
Size: 199 bytes
 

Contents

Class file image Download
<?
include_once("feedback.class.php");

$feed = new feedback();
if(!empty(
$send)){
   
$feed->sendanswers($like, $dislike, $newfeature, $improve);
}else{
   
$feed->displayquestions();
}
?>