Snippets tagged “resource”
1 snippet uses this tag.
- mysql_fetch_array() expects parameter 1 to be resourcePHP
It looks like you are trying to use a function from the MySQL extension in PHP, but you are getting an error saying that the first parameter should be a resource.