WHMCS SQL Helper Functions select_query

0
1895

Function Reference/select_query

Description

As the name suggests the select_query() will use the current WHMCS database connection and perform a SQL SELECT Query on the database based on the parameters provided.

Usage

<?php 
$result = select_query($table, $fields, $where, $orderby, $orderbyorder, $limit, $innerjoin); 
?>

 

Parameters

$separator
(string) (optional) Optional, default is empty string. Separator for between the categories.

Default: empty string

LEAVE A REPLY

Please enter your comment!
Please enter your name here