11-10-2015, 08:11 PM
I ran into the first glitch: I have the query
But it only selects one row, is that an error in my SQL or should I use the $adb object differently?
Code:
SELECT `invoiceid`, `subject` FROM `vtiger_invoice`
But it only selects one row, is that an error in my SQL or should I use the $adb object differently?