Duplicate query string variables with Insert?
I'm having an odd problem with an admin page I'm creating to add and delete records from our MySQL db with PHP.
The problem is that in Dreamweaver, I have two forms that each can insert into the db, which works, but after the first submit, the tracking variable I'm using "msg=" keeps getting appended to the URL, so I can end up with "http://mysite.com/admin.php?msg=1&msg=1&msg=1&msg=2", etc.
When you do an insert, shouldn't it just put the current "msg=" in the URL or am I missing the point?
