Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[Added] PHP db_fetch_value()

Information about updates, news, Code Library
admin
Site Admin
Posts: 2778
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5

[Added] PHP db_fetch_value()

Unread post 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');
Post Reply