Hello!
Could anybody please help.
I need to be able to insert a set of user inputed form values to a database and then redirect to the same form with the values still in the fields.
I tried to use "$_SESSION" in the form action. It redirects me to the same form page and the values are present. But because I already put something in the form action, I couldn't use it to call the "insert.php" file anymore.
You suggestions are very much appreciated. Thanks in advance.