mysql_fetch_object() or mysql_fetch_array() which is better and why?
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Both are good. Choose what you like more - objects or arrays. It's even better to use PDO or mysqli instead of mysql extension. |
|||
|