Insert then listing problem

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Macest
Forum Newbie
Posts: 1
Joined: Thu Mar 25, 2004 5:51 pm

Insert then listing problem

Post by Macest »

I have a PHP page that lists the contents of a table and also adds, deletes and transfers records when it is passed certain variables. This all works fine. However, the problem I'm having is that when I tell the page to do the add fuction (which it does) and comes round to list the tables contents, all it lists is the record I just added. Also when transferring to another table; after adding the record to the other table and again when it comes round to the listing of the original table, it returns nothing at all.

Can anyone help?
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

Gonna have to see some example code ;)
Post Reply