field_exists($field_name, $table_name) 
| Parameters: | 
  |  
|---|---|
| Returns: | 
 TRUE if that field exists in that table, FALSE if not  |  
| Return type: | 
 bool  |  
Determine if a particular field exists.
field_exists($field_name, $table_name) 
| Parameters: | 
  |  
|---|---|
| Returns: | 
 TRUE if that field exists in that table, FALSE if not  |  
| Return type: | 
 bool  |  
Determine if a particular field exists.
Please login to continue.