I recently switched my site over to load balancing and discovered a problem recently that occurrs every now and then, but not all the time. The problem is with include() functions. I found it I write the include() function like this--
include("http://mysite.com/another_page.php?something=$something");
the page will load extremely slow and then the include does not work. However, if I write the function like this--
nclude(another_page.php);
it loads perfectly but I am not transferring any variables through the browser now. Anyone ever hear of this before? Any suggestions?
Thanks in advance,
Owen The Samoan