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!
I have a password change page that uses a php file that updates password on an mySQL database.
however when submit is hit i see the current page go blank and it does not redirect to the "password success" page. The password HAS indeed been updated - however there seems to be an issue with my header function that sends the user to the notification page. I have other sections in this website that use the EXACT same coding and it works without flaw!....eg. other member password update pages.
jaoudestudios wrote:Make sure no headers are being sent before your header redirect, even white space.
did that ..the code above doesnt even have any spaces...
i even took out the "or die" lines just incase for some stupid reason they were causing the issue ...still no change in page behavior.