Login   Register  
PHP Classes
elePHPant
Icontem

File: feed.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2003-06-30 15:21
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();
}
?>