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 the file, but not the folder. On my server, all folders need to be chmoded to 755 and all PHP scripts need to be chmoded to 644. Some how when I create a folder sometimes it has the wrong permissions, I'm not sure why. On Dec 5, 10:06 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > >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 same except for the > > http://reenie.org/test/content.phpdoes not exist (404).