Server side execution

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rashagal
Forum Newbie
Posts: 1
Joined: Fri Mar 05, 2010 3:48 am

Server side execution

Post by rashagal »

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.
Post Reply