This Function Has Been Available Since:
(AFCommerce v 2.1, Functions v 1.1)
Description
string = afc_sql_fetchrow (answer)
This function is an alias of afc_sql_fetch_array. This function should not be used, and will be depreciated soon. This function simply calls the AFCommerce function afc_sql_fetch_array, so does not need to be changed if you switch database types.
Parameters
answer (string) - description goes here
Return Values
Returns the varvalue (variable value) field for the varname (variable name) you wanted the value of. If this function fails, it returns nothing.
Open Source: YesPaul's Examples There are currently no examples for this function.
|
Back to Functions List
|