[wdvltalk] Re: mysql_fetch_array

2004-04-20 Thread Smile-Poet
Howard, I am indebted to you. In fact your description fits the code as is, but that led me to look closer and I found a full stop causing a full stop -) - which led to the remaining error - a letter missing from a file name!! Joseph > This warning means you have an error in your result set,

[wdvltalk] Re: mysql_fetch_array

2004-04-20 Thread Howard Cheng
This warning means you have an error in your result set, which is usually caused by an error in your SQL statement. From the names of your variables, it looks like you are trying to get an array out of your SQL statement and not the result set. You should be doing something like this: $result