Re: edit profile php issue
Posted: Fri Jul 10, 2015 6:31 pm
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.