[eluser]brucebat[/eluser]
Hello everyone:
Im having a slight problem with my urls in the sense that if I was to refresh the page all my functions will get re-executed which means data will get duplicated in the database etc.
This is my url:
http:://localhost/midas/site/submit/submitform
However this loads a "Success" view page where it says the user has submitted the data succesfully. If you refresh the page it executes functions "submitform".
I tried loading another function within my submitform function called "success" however the URL does not change.
So really I want something like this:
http:://localhost/midas/site/submit/success
Any suggestions how to fix this?
I tried using redirect however this breaks my page as I am passing data to my success view. I get undefined variable.
Thanks