Posted by Eric Farraro on 07/19/06 23:56
I dont know if youve tried this yet, but you might considering
outputting the results of the query with the php function
"print_r($query)".
This will give you a "visual" picture of what is contained in your
results (the array). I have often found out that the data I was
looking for was actually there, but was not in the index I thought it
was (for various reasons). Might be worth a try.
Navigation:
[Reply to this message]
|