Update MySQL with PHP

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

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

Re: Update MySQL with PHP

Post by Celauran »

I just realized there's another = missing. action="edit_customer.php" That's why your form isn't submitting.
heyjim
Forum Newbie
Posts: 10
Joined: Fri Aug 22, 2014 12:01 pm

Re: Update MySQL with PHP

Post by heyjim »

Celauran wrote:I just realized there's another = missing. action="edit_customer.php" That's why your form isn't submitting.
Ahh! That would of taken me ages to find!

Seems to be all working now, thanks a lot for your help, I really appreciate it!
Post Reply