edit profile php issue

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: edit profile php issue

Post 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.
Post Reply