Rightio, didn't realise you couldn't redirect the user back to the page and keep the POST data.
Another problem i have is that this "order form" im creating will sometimes need to order more than one item. At the moment my form and PHP processor can handle one item only, i could quite easily create 10 more forms and PHP processors that would allow up to 10 items to be ordered but surely thats a pants way of doing it?!
So next question, how can i "add" extra field to a form if a user clicks a link that says (add another item..) or something similar? And then how can i adjust my PHP script on the backend to accept any additional items and process them?
Another problem i have is that this "order form" im creating will sometimes need to order more than one item. At the moment my form and PHP processor can handle one item only, i could quite easily create 10 more forms and PHP processors that would allow up to 10 items to be ordered but surely thats a pants way of doing it?!
So next question, how can i "add" extra field to a form if a user clicks a link that says (add another item..) or something similar? And then how can i adjust my PHP script on the backend to accept any additional items and process them?