HELP: PHP submit form won't return new values from database.
Moderator: General Moderators
HELP: PHP submit form won't return new values from database.
Message removed.
Last edited by rich95 on Mon Nov 03, 2008 8:11 pm, edited 1 time in total.
- novice4eva
- Forum Contributor
- Posts: 327
- Joined: Thu Mar 29, 2007 3:48 am
- Location: Nepal
Re: HELP: PHP submit form won't return new values from database.
I didn't go through all the codes but i am speculating that you might have done something like, i mean your code might be arranged like this:
1. you are selecting all the blog data and then displaying it
2. then you are doing your adding/updating stuff
the code organization should be exactly the opposite, ie. put your updates/add code prior to the selecting and displaying your blog information. Sorry that's all help i can provide from my friends' desk
.... but i bet u must have done something like that.
1. you are selecting all the blog data and then displaying it
2. then you are doing your adding/updating stuff
the code organization should be exactly the opposite, ie. put your updates/add code prior to the selecting and displaying your blog information. Sorry that's all help i can provide from my friends' desk