Server side execution
Moderator: General Moderators
Server side execution
Is there any way to redirect a user without waiting for all the php code to execute? I have a long section of code which does nothing but generate/update images (doesn't output to browser) and if possible I'd prefer it if the user didn't have to wait for everything to finish before being redirected.