Page 1 of 1

Re: edit profile php issue

Posted: Fri Jul 10, 2015 6:31 pm
by Celauran
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.