View Single Post
GetRektByNoob
Member
Join Date: Nov 2018
Old 08-20-2019 , 20:02   Re: Problem MySQL T_LoadData
Reply With Quote #6

I'm sorry for the mistake but the error comes from the sql statement when doing update you dont actually select any field and which means the query table is empty and you can't find the field index

you need to use the select * statement instead
GetRektByNoob is offline