PHP Classes

File: class.multi.inc

Recommend this page to a friend!
  Classes of sujith nair   multi   class.multi.inc   Download  
File: class.multi.inc
Role: ???
Content type: text/plain
Description: class file for multi
Class: multi
Author: By
Last change:
Date: 22 years ago
Size: 305 bytes
 

Contents

Class file image Download
<?php // Class to reload multiple selection fields // Made By Sujith Nair [sujith_77@hotmail.com] // On August 13, 2001 class multi { function sel($name,$val) { // Check whether the field has the value if(strstr($name,$val)) { return "selected"; } } // End of class } ?>