Well i am stuck.. i am taking someone elses code and modifing it. I added a new data field in the table that the code uses to be able to use one table for multiple kinds of things... now I am passing a ref to the code via the url like so...
Something.com/index.php?dooh=34
this value is passes to a new page called add_entry.php
which the url for looks like this
Something.com/add_entry.php?dooh=34
everything is fine up until i hit submit on a form page.. then I lose the url and it reverts back to the default page of add_entry.php
does anyone know what goes on when you it submit or how I can have it keep the ?dooh=# in the url.. I need this to happen in order for it to get into the database and uniquely id the other items in the database..
thanks for an insight you can give me...