PHP Classes

File: class.multi.inc

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

Contents

Class file image Download
<?php // Class to reload multiple selection fields // Made By Sujith Nair [[email protected]] // 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 } ?>