Hi everyone 🙂
I have made a form to get values and insert them to a database.
I have
1) A file conn.php that does the initial connections
2) The form file form.php
3) Action file action.php which gets values from form.php to do insert/delete/update.
I am 'including' conn.php in action.php since I need to connect to make an INSERT. However a simple INSERT takes a whole lot of time to execute. Often runs upto more than 2-3 minutes.
Is there a faster and less complicated way to do it?
Suggestions appreciated 🙂
have a gud one!
Benny