On Sun, Mar 29, 2015 at 11:51 PM, Ethan Rosenberg <[email protected]> wrote: > When I call another page in PHP, Apache can take 5 to 10 minutes to open the > page. > > Example: > > <script type="text/javascript"> > <!-- > window.location.assign("http://localhost/HandleWeight.php"); > //-->\ > </script>
What's slow, http://localhost/HandleWeight.php or the page that generates the HTML that redirects to it? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
