Mysql_fetch_array ile kolayca satırlar döndürülür sayabilirsiniz.

0 Cevap php

(Özür dilemek gerekirse -.. Ilk taşması soru Herkes bir öneriniz varsa bunu değiştirmek için mutlu olacağım bir cevap için baktım ama terminoloji benim kavramak tam yapmak için yeterince iyi değil korkuyorum arama.)

I'm accustomed to using mysql_fetch_array to get records from a database. When getting records that way, mysql_num_rows gives me a count of the rows. On my current project, however, I'm using mysql_fetch_object. mysql_num_rows doesn't seem to work with this function, and when I do a 'count' on the results of the query I get the expected answer: 1 (one object).

Nesne 'görmek' ve içindeki elemanları saymak için bir yolu var mı?

0 Cevap