I've been pulling my hair out with a simple query, that happens to have a lot of fields (21).
When I query using "select * from Event...", the query works fine.
I needed to do some date formatting on one of the fields, so I broke the fields out individuallly, and I got an "Invalid resource" when I went to do mysql_fetch_array after the query.
I started cutting back on the number of individually selected fields, and the query started working again.
I am using PHP v4.1.2, Apache/1.3.23, and MySQL 3.23.45.
Are there limits to the number of fields that I don't know about? Are there any special things I should be doing?
Thanks in Advance for any help.
Charlie Peppler