07.08.2014, 17:27
Quote:
Hello, I've got 2 questions.
First, what is the difference between mysql_pquery() and mysql_tquery()? In wiki it says both are multithreaded. Secoond, What is field id? Is it a column of result set? How do you know field ID of result set? |
2. Detail about how MySQL uses indexes: http://dev.mysql.com/doc/refman/4.1/...l-indexes.html
Use cache_get_field_count to get the field count from the current result set.
If you're going to use cache_get_row_*, field index always starts from 0.