php - Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result - Stack Overflow
I find this in a post, to me solved my problem. Slds. Yeah, Answer is simple, the query used is not a true result as it's a query inside of a getrow so to speak.. Here is the fix: Find all lines that look like this: mysql_fetch_array(mysql_query("...snip....