function new_data() {
$result = dbquery(SELECT FROM WHERE ORDER BY);
if (dbrows($results) {
return dbarray($result);
}
// wrong --------------------------------------------------------------
function new_data() {
$result = dbquery(SELECT FROM WHERE ORDER BY);
if (dbrows($results) {
return $data = dbarray($result);
}
// wrong --------------------------------------------------------------
Category Forum
Modifications and Requests - 8Labels
None yet
Statistics
1 participant
Notifications
You are not receiving notifications from this thread.
Related Questions