string send(
string
$column)
|
|
Get contents of one column of record selected by id and table
When called, $id identifies one record in the table identified by $table. Fetch from the database the contents of column $column of this record.
Tags:
Parameters: