Page 1 of 1

[Added] PHP db_fetch_value()

Posted: Mon Oct 24, 2022 5:06 pm
by admin
Definition:

Code: Select all

db_fetch_value($table, $pk, $recordId, $column) 
Fetch a value from a specific table, primary key, record, column.

E.g

Code: Select all

$value = db_fetch_value('my_table', 'my_table_id', '#RECORD_ID#', 'cus_name');