sqlite_fetch_single

Example

 string sqlite_fetch_single ( resource $result [, bool $decode_binary = true ] ) 

Description

Fetches the first column of a result set as a string

Return Values

Returns the first column value, as a string.