PHP - > Inserts VALUE into MySql database on FILE1.php
-- Success: Redirects to FILE2.php?ID=(Last_Id) --
PHP - > Requires (Last_Id) to work fine.
Question:
Should PHP sleep 1 second before redirecting, when the mentioned database contains 100k+ rows, to avoid any possible problem, or is that in-necessary?
I tried it and it works fine without sleeping, which doesn't really mean it will always work.
Thanks for any information you may throw in, and for taking your time.