[jQuery] Re: Using PHP templates and jQuery, browser load problems

2009-03-19 Thread Eric Garside
Also, for reference, this is how your request are processed. 1. HTTP request from user for page.php 2. PHP parses the page 3. PHP includes header.php, PHP parses that page 4. PHP includes "lets say" content.php, PHP parses that page 5. PHP includes footer.php, PHP parses that page 6. The final HT

[jQuery] Re: Using PHP templates and jQuery, browser load problems

2009-03-19 Thread Christoph
Brian, Thank you! I dumped the website comps onto my personal server and it works flawlessly. Seems like the setup here at work must have a bug on the server side somewhere. Hmm, guess it is time to have the developer look at the server code. This could be a nightmare now. Thanks for the help

[jQuery] Re: Using PHP templates and jQuery, browser load problems

2009-03-18 Thread brian
On Wed, Mar 18, 2009 at 8:30 PM, Christoph wrote: > > Hi guys, > > I have a quick problem I stumbled upon. > > Here is the background on the situation.  I'm creating a website that > uses templates for the header, body, and footer.  In a sense it is a > modular website with all .php extensions be