[PHP-DEV] Bug #10861 Updated: Array bug w/MySQL

2001-05-14 Thread derick
ID: 10861 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Arrays related Operating system: PHP Version: 4.0.5 Assigned To: Comments: user error: change this line: $userarr = array($board[9]); to: $userarr = $board[9]; and mysql_fetch_row

[PHP-DEV] Bug #10861 Updated: Array bug w/MySQL

2001-05-14 Thread cmv
ID: 10861 Updated by: cmv Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating system: PHP Version: 4.0.5 Assigned To: Comments: You can't print an array in PHP. You either need to loop through the array and print each element, or use something like print_r() or