Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in xxx/hosting/11462/listmailpro/remove.php on line 141
Array
Hi there, if I submit a valid UID, the above error pops up, delivering a false UID works ok in presenting the correct error message..
From remove.php:
135 // get confirm page
136
137 $cmd = "select list,ref,data,data1 from $vtable where list = '$list' and ref = 'remove' limit 1";
138
139 $cnfrow = mysql_query($cmd);
140
141 list($plist,$ref,$data,$data1) = mysql_fetch_row($cnfrow);
Any idea what went wrong?