Re: [PHP] How to insert, change and remove fields like Enum

2004-05-23 Thread Don Read
On 21-May-2004 Andre wrote: > > Hello... > Someone now or have script's about insert, change and remove fields > like Enum in one table. > Thanks . > For sets (Emum should be similar) : function getsetvalues($tbl, $fld) { global $dbconn; $search=array('set(', ')', "'"); $qry="S

[PHP] How to insert, change and remove fields like Enum

2004-05-21 Thread Andre
Hello... Someone now or have script's about insert, change and remove fields like Enum in one table. Thanks .