...
Does the function mysql_query() create some sort of special data type that can only be used other, pre-defined functions?
Thanks.
Yes, it returns a "resource ID" which can then be used by any of the mysql_fetch_*() functions, and other functions such as mysql_data_seek() and mysql_num_rows().
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
Bookmarks