[jQuery] Re: load() works for html, not php

2008-12-05 Thread rodeored
Thanks for the help. That was the immediate problem, but not my original problem which I was having on another site, but you did give me the idea of trying to actually look at the php file(duh) The problem was an internal error caused by incorrect permission. I had set the correct permissions of

[jQuery] Re: load() works for html, not php

2008-12-05 Thread Mike Alsup
> http://reenie.org/test/jquerytest.html > This uses > $('#container').load('content.html'); to load content from an html > file > > http://reenie.org/test/jquerytest.html > This uses > $('#container').load('content.php'); to load from a php file. > > Why doesn' t the second one work? They are the