PDA

View Full Version : AJAX - Don't Know What's Going On



kse
January 12th, 2007, 10:29 PM
Hi Guys - I've been working through AJAX examples and tutorials on the web - the examples work well when I try them on the tutorial sites. When they allow me to download the files to play with on my own, I do. After loading them up to my hosting account though they don't work at all in either IE or Firefox?! I checked the server with phpinfo() and can't find anything listed as disabled that would cause a problem. Any ideas??

Thank You!!

noTime
January 13th, 2007, 06:07 AM
Lack of information - where are those tutorials?

Sniper Jo
January 13th, 2007, 07:30 AM
I had a problem with the charset my php files before, as they were not uft-8 as default.

Try putting


header('Content-Type: text/html; charset=utf-8');

At the top of your page.