Page 1 of 1
HELP: PHP submit form won't return new values from database.
Posted: Mon Oct 27, 2008 6:09 pm
by rich95
Message removed.
Re: HELP: PHP submit form won't return new values from database.
Posted: Tue Oct 28, 2008 12:43 am
by novice4eva
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.