Jump to content

Stop the client waiting for server.


paulman888888

Recommended Posts

Hello;

 

I know there is a way but I just can't get it out of my head.

 

I have my code that i want to show to the user and then i have code i want to execute but not show anything to user. I no am not making my self clear which i am sorry for so ill give you an example.

 

<?

show_my_site(true);

// Now i have code which will never output anything but the webbrowser will always wait for it to complete

my_function_that_takes_time(true, 'Very Long');

?>

So what i want is some code to tell the browser thats it! You have everything. I cant use die; or exit; because i want to execute the code.

 

Thank-you

Paul

Link to comment
https://forums.phpfreaks.com/topic/210229-stop-the-client-waiting-for-server/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.