php - first row is always missing when getting the result in PostgreSQL -


हो रही है pg_num_rows = 1 लेकिन पंक्ति को लाने में सक्षम नहीं

 < कोड> $ रिकॉर्डसेट = $ obj_d- & gt; खोज_आउटिंग ($ this); यदि (pg_num_rows ($ recordset) & gt; 0) {यदि ($ पंक्ति = pg_fetch_row ($ रिकॉर्डसेट)) {$ this- & gt; डायलिंगprefix = $ पंक्ति [2]; $ इस- & gt; forceroute = $ पंक्ति [5]; }}  

जबकि का उपयोग करें ($ row = pg_fetch_row ($ recordset)) {}


Comments