At the moment I'm adding a record to mysql and using header() to redirect the user.
Would it be better if I put the header() command before the insert statement or won't that make any difference? i.e. can the user be redirected without having to wait for the insert to complete?







Bookmarks