EZ Query develops an error sometimes and it says value is not an valid mysql_fetch_assoc resource. If you get this error on any of my scripts, including this one, you need to escape the value in your WHERE clause. The only input into the EZQ function is 'field=value' and the sql statement is written as "quotSELECT * FROM table WHERE field=value"quot. If you get an error, especially when using LIKE for your sql clause, you have to escape the value string with escaped quotes. The proper input to eradicate this error would be 'field=\'value\'' the last char is two single quotes not one double quote.
I apologize for lagging but I figured out a way to make it work. I'll add it into the zip files soon.
Back to HotScripts