edit profile php issue
Moderator: General Moderators
Re: edit profile php issue
The undefined index notices are most likely because the fields in question aren't being filled and you're not checking if they contain values before trying to use them. Your SQL query has an extra comma before the WHERE statement, which explains that error.