HELP: PHP submit form won't return new values from database.

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
rich95
Forum Newbie
Posts: 3
Joined: Mon Oct 27, 2008 5:59 pm

HELP: PHP submit form won't return new values from database.

Post by rich95 »

Message removed.
Last edited by rich95 on Mon Nov 03, 2008 8:11 pm, edited 1 time in total.
User avatar
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.

Post 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 :twisted: .... but i bet u must have done something like that.
Post Reply