Hello,
When you use a command as $result=mysql_query($query); how could you accurately describe what is being returned ($result)? Exactly what does $result contain?
My guess is it is an array of values from the query. The manuals I have read through do not clearly spell this out.
Thanks for you feedback,
Michael42
When you use a command as $result=mysql_query($query); how could you accurately describe what is being returned ($result)? Exactly what does $result contain?
My guess is it is an array of values from the query. The manuals I have read through do not clearly spell this out.
Thanks for you feedback,
Michael42