|
You dont have to make it as I think this is a spider doing it but it still boggles my mind how that cat string is getting past the php internal is_numeric clause we use to only run that query if cat is numeric. You can surpress the error by encapsulating the variable which means this
In the query meantioned just make WHERE id=$cat to WHERE id='$cat'
|