HI!
If i hit the submit button, then the Datas were send to my DATABASE!
But how can i create a endmessage, for instance: submit->Datas to DATABASE newsite->with endmessage for instace: Thanks for your order
Very Thanks!!
This might help:
if (!$query) { echo 'Please try again.'; } else { echo 'Entry was successful. Thank you!'; }
Greets, Frank
I am not sure you question is clear enough to answer.