Re: [PHP] MySQL Results NULL Error

2001-04-16 Thread Jason Stechschulte
On Thu, Apr 12, 2001 at 10:20:28PM -0400, Chris Anderson wrote: If I grab values from fields and they contain nothing, and I retrieve them using mysql_field_array, it will give an index out of range. Is there a way to prevent the error or do I have to keep putting a @ in front of the variable

[PHP] MySQL Results NULL Error

2001-04-12 Thread Chris Anderson
If I grab values from fields and they contain nothing, and I retrieve them using mysql_field_array, it will give an index out of range. Is there a way to prevent the error or do I have to keep putting a @ in front of the variable declaration?