Let me start by lettin Ya know I've attempted to see if what I need is in other posts, but i either didn't search the right parameters or just didn't know what i was looking at.. I know enough php to collect data and that's about it :-(
I have a db that is updated by various apps/scripts.. batch/excel and recently added php forms to allow info to be submitted via the phones.. that new info is kept on the web service and ftp'd down and my server during its script execution adds valid info into the db [to maintain my home network security..]
What I would like to do is add a line in the script to spit out a url with the item to be updated to a new page that is built after an update that lists all the bad records. so all that is needed is to to select it and start a new form with the old incorrect ID and new correct ID already inserted.. and the fields for new info ready for input..
Can I have it submit the New data to the same original htm or php page that generated it in the first place?